Callbee Phone
Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
¿Qué es Callbee Phone?
Callbee Phone es una extensión de Chrome desarrollada por BIXIOM | Denis Streltsov, y su función principal es "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Callbee Phone
Descarga archivos de extensión Callbee Phone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Callbee Phone |
ID | jcejljlbeabmlokpdgiegaonfokfokjh |
URL Oficial | https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh |
Descripción | Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol |
Tamaño del Archivo | 4.91 MB |
Cantidad de Instalaciones | 490 |
Versión Actual | 1.5.0 |
Última Actualización | 2020-06-12 |
Fecha de Publicación | 2020-06-12 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | BIXIOM | Denis Streltsov |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |