Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Qu'est-ce que Callbee Phone ?
Callbee Phone est une extension Chrome développée par BIXIOM | Denis Streltsov, et sa fonction principale est "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Callbee Phone
Téléchargez les fichiers d'extension Callbee Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Callbee Phone |
ID | jcejljlbeabmlokpdgiegaonfokfokjh |
URL Officiel | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
Description | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
Taille du Fichier | 4.91 MB |
Nombre d'Installations | 490 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2020-06-12 |
Date de Publication | 2020-06-12 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | BIXIOM | Denis Streltsov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |