Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
What is Callbee Phone?
Callbee Phone is a Chrome extension developed by BIXIOM | Denis Streltsov, and its main feature is "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Extension Screenshots
Download Callbee Phone Extension CRX File
Download Callbee Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Callbee Phone |
ID | jcejljlbeabmlokpdgiegaonfokfokjh |
Official URL | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
Description | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
File Size | 4.91 MB |
Installation Count | 490 |
Current Version | 1.5.0 |
Last Updated | 2020-06-12 |
Publish Date | 2020-06-12 |
Rating | 5.00/5 Total 5 Ratings |
Developer | BIXIOM | Denis Streltsov |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |