Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
什么是Callbee Phone?
Callbee Phone是由BIXIOM | Denis Streltsov开发的Chrome扩展程序,该扩展的主要功能是“Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol”。
扩展截图
下载Callbee Phone扩展crx文件
下载Callbee Phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol. You can use it in place of Soft (VoIP) Phone. It makes communication easy and cost-effective. Key Features : Callbee Assistant : Do not Disturb, Auto Answer Incoming Calls, Set Prefix for all outgoing Calls, Enable Call Parking Call Features : Hold/Unhold, Mute/Unmute, Blind Transfer, Call Park
扩展基本信息
名称 | Callbee Phone |
ID | jcejljlbeabmlokpdgiegaonfokfokjh |
官方URL | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
简介 | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
文件大小 | 4.91 MB |
安装次数 | 490 |
当前版本 | 1.5.0 |
更新时间 | 2020-06-12 |
上架时间 | 2020-06-12 |
评分 | 5.00/5 共5次评分 |
开发者 | BIXIOM | Denis Streltsov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Callbee Phone", "short_name": "Callbee Phone", "version": "1.5.0", "description": "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol", "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "mac": "MacCtrl+Q" } } }, "options_page": "config.html", "icons": { "16": "webrtc\/img\/icon16.png", "48": "webrtc\/img\/icon48.png", "64": "webrtc\/img\/offline-icon.png", "128": "webrtc\/img\/icon128.png" }, "permissions": [ "notifications", "storage", "contextMenus" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "Callbee Phone" } } |