Callbee Phone

Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol

Cos'è Callbee Phone?

Callbee Phone è un'estensione di Chrome sviluppata da BIXIOM | Denis Streltsov, e la sua funzione principale è "Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Callbee Phone

Scarica i file di estensione Callbee Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Callbee Phone Callbee Phone
ID jcejljlbeabmlokpdgiegaonfokfokjh
URL Ufficiale https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh
Descrizione Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Dimensione del File 4.91 MB
Conteggio Installazioni 490
Versione Corrente 1.5.0
Ultimo Aggiornamento 2020-06-12
Data di Pubblicazione 2020-06-12
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore BIXIOM | Denis Streltsov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}