AI 产品解读PBX notification and click-to-call integration for Chrome browser
Enables users with Ubcloud PBX accounts to receive real-time incoming call notifications in their Chrome browser and initiate calls (Click2Call) from web pages directly through their SIP account.
User installs extension -> Opens settings page -> Enters PBX server details (host, port, SSL) and credentials (email, password) -> Authenticates via /api/v2/login API -> Extension establishes WebSocket connection to PBX server -> Receives incoming call notifications and enables Click2Call on web pages
Receive incoming call notifications via Chrome notifications APIClick2Call functionality - click phone numbers or tel: links to initiate callsContext menu integration for calling selected text or linksWebSocket connection to Ubcloud PBX server for real-time communicationJWT token-based authentication with automatic token refresh
- 目标用户
- Business users with Ubcloud PBX/SIP accounts / Call center agents / Office workers using VoIP telephony
- The extension is heavily minified/bundled, making some code harder to interpret. However, key authentication and API logic was readable. No access to the actual Ubcloud PBX server-side behavior, so we cannot confirm if the PBX service itself has paid tiers that might gate extension functionality.
付费分析未识别到付费功能
No evidence of paid features in the extension code. There are no references to payment platforms, subscription management, license keys, upgrade prompts, or billing APIs. The 'pro' keyword match in static analysis was a false positive from 'protected' in verified_contents.json metadata. The extension appears to be a free utility that connects to a user's existing Ubcloud PBX account. Whether the underlying Ubcloud PBX service has paid tiers is outside the extension's scope.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires a Ubcloud PBX account to function. The settings page (settings/settings.html) provides a login form where users enter host, port, email, and password to connect to their PBX instance. The http-api module (assets/http-api-B2UPCkw2.js) implements login via POST to /api/v2/login endpoint, storing JWT tokens. Without authentication, the extension cannot receive notifications or perform click2call. The Web Store description also states: 'A Ubcloud PBX account is mandatory to be able to use this extension.'