SIP Phone

SIP Phone is a WebRTC client.

Qu'est-ce que SIP Phone ?

SIP Phone est une extension Chrome développée par Ghanshyam Katriya, et sa fonction principale est "SIP Phone is a WebRTC client.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SIP Phone

Téléchargez les fichiers d'extension SIP Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SIP Phone SIP Phone
ID eeffaijobgkgngjemggokhbjfmhklcmi
URL Officiel https://chromewebstore.google.com/detail/sip-phone/eeffaijobgkgngjemggokhbjfmhklcmi
Description SIP Phone is a WebRTC client.
Taille du Fichier 1.05 MB
Nombre d'Installations 4,600
Version Actuelle 0.3.1
Dernière Mise à Jour 2020-09-16
Date de Publication 2020-06-21
Évaluation 2.33/5 Total 6 Évaluations
Développeur Ghanshyam Katriya
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://ghanshyam.xyz
Langues Prises en Charge 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": [
        "*"
    ]
}