AI 产品解读VoIP Phone Integration & CRM Assist
Integrates web browsers with SpectrumVoIP phone services to enable click-to-call, call recording control, and CRM contact popups directly from the browser.
User installs extension -> Logs in with SpectrumVoIP credentials -> Extension connects to SpectrumVoIP API/Socket -> User browses web -> Extension detects phone numbers for Click-to-Call -> Extension handles inbound/outbound calls and CRM data enrichment.
Click To Call: Initiate calls by clicking phone numbers on websitesCall Recording Pause: Pause recordings based on open URLsCRM Popups: Automatic contact info popups for inbound calls (Salesforce, Zendesk, HubSpot, Zoho, Freshdesk)Send Faxes
- 目标用户
- Business users using SpectrumVoIP / Sales and support teams using CRM systems
- The extension relies on external SpectrumVoIP service for core functionality, so feature availability depends on that service's status.
付费分析未识别到付费功能
The extension itself does not implement any paid features, subscription gating, or billing logic. It acts as a client for the SpectrumVoIP service. While the underlying SpectrumVoIP service likely has paid plans, the extension code does not handle payments, upgrades, or license checks for premium features within the extension context. The 'subscribe' keyword found refers to WebSocket socket subscription for call events, not a paid subscription plan.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires a SpectrumVoIP Stratus account to function. The code explicitly implements OAuth2 password grant login against the SpectrumVoIP API (stratus.spectrumvoip.com) to obtain an access_token. Without valid credentials (username/password stored in extension storage), the core calling and CRM features cannot operate. The Web Store description also states 'SpectrumVoIP Stratus account required to use this product'.