SIP Phone

SIP Phone is a WebRTC client.

Vad är SIP Phone?

SIP Phone är en Chrome-tillägg utvecklad av Ghanshyam Katriya, och dess huvudfunktion är "SIP Phone is a WebRTC client.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SIP Phone-förlängningens CRX-fil

Ladda ner SIP Phone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
Officiell webbadress https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Beskrivning SIP Phone is a WebRTC client.
Filstorlek 1.05 MB
Antal Installationer 4,600
Aktuell Version 0.3.1
Senast Uppdaterad 2020-09-16
Publiceringsdatum 2020-06-21
Betyg 2.33/5 Totalt 6 Betyg
Utvecklare Ghanshyam Katriya
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://ghanshyam.xyz
Stödda Språk 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": [
        "*"
    ]
}