AI 产品解读Click-to-Dial bridge for the Connect communication platform
Allows users to initiate phone calls directly from phone numbers found on any webpage by integrating with the Connect (Cosoft) telephony/CRM system.
1. User installs extension. 2. Extension content script scans pages for phone numbers. 3. Numbers are replaced with clickable call links. 4. User clicks a link or right-clicks text to call. 5. Extension sends message to service worker. 6. Service worker opens the Connect platform (browser tab, desktop app, or popup) with the number to dial.
Scans web pages for phone numbers and converts them into clickable call linksSupports multiple dial modes: Web browser tab, Desktop app, or Popup windowContext menu support to call numbers from selected textHandles incoming call focus (brings Connect tab to front)Excludes specific domains like HubSpot and localhost from processingCustomizable dial mode and call focus settings via extension options
- 目标用户
- Business users who use the Connect (Cosoft) telephony/CRM system / Sales and support teams needing to make calls from web pages
- The extension relies on the external Connect service (connect.cosoft.co.uk) which requires an account. The analysis assumes Connect requires login based on its nature as a business communication platform, but the extension code itself does not enforce login.
付费分析未识别到付费功能
The extension is free with no in-app purchase, subscription, or billing logic. The 'pro' keyword matches in the static scan are false positives (e.g., 'processedNodes', 'processDocument'). The extension simply bridges web pages to the Connect service. While the Connect service itself may have paid plans, the extension does not gate features or call billing APIs.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself does not implement a login UI, but its entire workflow depends on the destination service 'Connect' (connect.cosoft.co.uk). The extension opens tabs to this service to place calls. Connect is a business communication platform (by Cosoft) that requires a user account to function. Without logging into Connect, the click-to-dial action cannot complete.