Skip to main content
Make calls, manage contacts, run queues, and get real-time AI coaching directly in your browser.
The Consuelo Chrome Extension brings the full power of your sales infrastructure into any browser tab. Make calls through Twilio Voice, manage your CRM contacts, run parallel dialing queues, and receive AI-powered coaching — all without leaving the page you’re working on.
Consuelo Chrome Extension

What You Can Do

Browser Dialer

Make and receive calls using the popup or Chrome side panel. Full Twilio Voice integration with mute controls and calling number selection.

Contact Management

Search, view, and manage your CRM contacts. Quick access to contact details and call history from any tab.

Queue Dialing

Run power dialing queues with parallel outbound calls. Dial up to 3 contacts simultaneously with first-to-answer wins.

AI Coaching

Get real-time coaching tips during active calls. Context-aware suggestions based on conversation flow.

Key Features

FeatureDescription
Side Panel ModeFull-height dialer in Chrome’s side panel — stays open across tabs and page navigation
Popup ModeCompact 400×600 popup for quick calls and contact lookups — closes automatically
Parallel Queue DialingDial up to 3 contacts simultaneously. First person to answer connects; others hang up automatically
Real-Time AI CoachingGroq-powered tips displayed during active calls based on call state and conversation
Google Sheets ImportImport contacts directly from Google Sheets without leaving the spreadsheet
Call HistoryView recent calls with duration, outcome, quality score, and coaching notes
Calling Number SelectionChoose which provisioned number to call from before each call
Mute ControlsToggle microphone mute during active calls
Session SyncClerk authentication syncs with consuelohq.com — sign in once, stay signed in

Architecture Overview

The extension uses Chrome’s Manifest V3 with these key components:
ComponentPurpose
PopupQuick-access dialer (400×600) with tabbed interface
Side PanelFull-height dialer that persists across navigation
Background Service WorkerMessage routing, session sync, Google Sheets communication
Offscreen DocumentHosts Twilio Voice SDK (required for microphone access in MV3)
Content ScriptGoogle Sheets integration for contact import

Entry Points

The side panel provides the full extension experience:
  • Opens via Chrome’s side panel icon or Consuelo toolbar button
  • Stays open as you navigate between tabs
  • Full-height layout gives coaching panel more room
  • Access to all four tabs: Dialer, Contacts, Queue, History
The popup is optimized for quick actions:
  • Opens when clicking the Consuelo icon in the toolbar
  • Compact 400×600 window
  • Same four tabs as side panel
  • Auto-closes when you click outside (unless in an active call)

Authentication

The extension uses Clerk for Chrome extensions with session synchronization:
  • Sign in once at consuelohq.com and the extension stays authenticated
  • Tokens refresh automatically in the background
  • Session state syncs between the extension and the web app
  • No separate login required for the extension
The Chrome Extension requires a Consuelo account with an active subscription and at least one provisioned phone number. Sign in at consuelohq.com first.

Permissions

The extension requests these permissions at install:
PermissionPurpose
Side PanelOpen the dialer in Chrome’s side panel
Offscreen DocumentRun Twilio Voice SDK for microphone access
Active TabInteract with the current page (for Google Sheets import)
StorageCache contacts, queues, and authentication tokens
Google SheetsRead spreadsheet data for contact import (optional, requested at first use)

Quick Start

  1. Install the extension from the Chrome Web Store
  2. Sign in — your session syncs automatically if you’re logged into consuelohq.com
  3. Open the side panel and make your first call

Next Steps