SIP Phone

SIP Phone is a WebRTC client.

Co to jest SIP Phone?

SIP Phone to rozszerzenie Chrome opracowane przez Ghanshyam Katriya, a jego główną funkcją jest „SIP Phone is a WebRTC client.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SIP Phone

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

                        SIP Phone works using WebRTC & SIP protocol.

You can use it in place of Soft(VoIP) phone.

Please refer below link for more details about Features & How to use.

https://github.com/anshkatriya/sipphone                    

Podstawowe informacje o rozszerzeniu

Nazwa SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
Oficjalny URL https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Opis SIP Phone is a WebRTC client.
Rozmiar pliku 1.05 MB
Liczba instalacji 4,600
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2020-09-16
Data Publikacji 2020-06-21
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper Ghanshyam Katriya
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://ghanshyam.xyz
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SIP Phone",
    "manifest_version": 2,
    "version": "0.3.1",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "SIP Phone is a WebRTC client.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "ext_icons\/19.png",
            "38": "ext_icons\/38.png"
        },
        "default_popup": "index.html",
        "default_title": "SIP Phone"
    },
    "options_page": "config.html",
    "icons": {
        "16": "ext_icons\/16.png",
        "48": "ext_icons\/48.png",
        "128": "ext_icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}