Browser SIP Phone

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

Co to jest Browser SIP Phone?

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

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Browser SIP Phone

Pobierz pliki rozszerzeń Browser SIP 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

                        You can use it as a Soft Phone (VoIP)

## Features
* Make and get calls
* Phone Controls - HOLD / MUTE / STOP
* Call history
* Call notifications
* DTMF support
* Early media support                    

Podstawowe informacje o rozszerzeniu

Nazwa Browser SIP Phone Browser SIP Phone
ID ofneopaadiddcanpldoanpnmimjgnncd
Oficjalny URL https://chromewebstore.google.com/detail/browser-sip-phone/ofneopaadiddcanpldoanpnmimjgnncd
Opis Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol
Rozmiar pliku 1.53 MB
Liczba instalacji 681
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-04-01
Data Publikacji 2021-04-01
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper vitekey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "short_name": "Browser SIP Phone",
    "name": "Browser SIP Phone",
    "description": "Browser SIP Phone is an WebRTC client which works using WebRTC & SIP protocol",
    "browser_action": {
        "default_title": "Browser SIP Phone",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}