Callbee Phone

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

Co to jest Callbee Phone?

Callbee Phone to rozszerzenie Chrome opracowane przez BIXIOM | Denis Streltsov, a jego główną funkcją jest „Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Callbee Phone

Pobierz pliki rozszerzeń Callbee Phone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Callbee Phone Callbee Phone
ID jcejljlbeabmlokpdgiegaonfokfokjh
Oficjalny URL https://chromewebstore.google.com/detail/callbee-phone/jcejljlbeabmlokpdgiegaonfokfokjh
Opis Callbee Phone is an WebRTC client which works using WebRTC & SIP protocol
Rozmiar pliku 4.91 MB
Liczba instalacji 490
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2020-06-12
Data Publikacji 2020-06-12
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper BIXIOM | Denis Streltsov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}