SuperVoIP SIP Phone

Telefon SIP zintegrowany z siecią SuperVoIP.

Qu'est-ce que SuperVoIP SIP Phone ?

SuperVoIP SIP Phone est une extension Chrome développée par vsemak, et sa fonction principale est "Telefon SIP zintegrowany z siecią SuperVoIP.".

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

Téléchargez les fichiers d'extension SuperVoIP 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

                        Telefon SIP skonfigurowany do współpracy z siecią SuperVoIP.

Aplikacja jest zintegrowana z modułem CRM pod adresem https://panel.supervoip.pl/crm/beta/

Możliwe jest używanie telefonu bez otwartej przeglądarki Chrome jako odrębnej aplikacji.

SIPML5 API version = 1.4.217                    

Informations de Base sur l'Extension

Nom SuperVoIP SIP Phone SuperVoIP SIP Phone
ID pmiomaillboelihcbbggikgcigafihae
URL Officiel https://chromewebstore.google.com/detail/supervoip-sip-phone/pmiomaillboelihcbbggikgcigafihae
Description Telefon SIP zintegrowany z siecią SuperVoIP.
Taille du Fichier 2.55 MB
Nombre d'Installations 35
Version Actuelle 0.9.7
Dernière Mise à Jour 2016-02-15
Date de Publication 2016-02-15
Développeur vsemak
Type de Paiement free
Site Web de l'Extension http://www.supervoip.pl
URL de la Page d'Aide http://www.supervoip.pl
Langues Prises en Charge pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "SIP Client"
    },
    "name": "SuperVoIP SIP Phone",
    "description": "Telefon SIP zintegrowany z sieci\u0105 SuperVoIP.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "version": "0.9.7",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "background",
        "idle",
        "identity",
        "contextMenus",
        "notifications",
        "*:\/\/*.supervoip.pl\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "README.md"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supervoip.pl\/*",
            "*:\/\/*.ecrf.biz.pl\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/parser.js"
            ],
            "run_at": "document_end"
        }
    ]
}