SIP Phone

SIP Phone is a WebRTC client.

Wat is SIP Phone?

SIP Phone is een Chrome-extensie ontwikkeld door Ghanshyam Katriya, en de belangrijkste functie is "SIP Phone is a WebRTC client.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SIP Phone

Download SIP Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
Officiële URL https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Beschrijving SIP Phone is a WebRTC client.
Bestandsgrootte 1.05 MB
Aantal Installaties 4,600
Huidige Versie 0.3.1
Laatst Bijgewerkt 2020-09-16
Publicatiedatum 2020-06-21
Beoordeling 2.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Ghanshyam Katriya
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://ghanshyam.xyz
Ondersteunde Talen 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": [
        "*"
    ]
}