Click2Dial - Snom

Dial the selected number using your Snom phone.

Qu'est-ce que Click2Dial - Snom ?

Click2Dial - Snom est une extension Chrome développée par http://www.voicemailtel.com, et sa fonction principale est "Dial the selected number using your Snom phone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click2Dial - Snom

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

                        The Click2Dial Chrome extension designed by VoiceMailTel comes to the aid of all Snom VoIP phone users that want to increase their productivity.

All Snom devices that support URL commands can be set up with this product.

After installing the extension all highlighted phone numbers from web pages can be called by right-clicking the highlighted number and selecting the Dial option.                    

Informations de Base sur l'Extension

Nom Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
URL Officiel https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Description Dial the selected number using your Snom phone.
Taille du Fichier 27.39 KB
Nombre d'Installations 184
Version Actuelle 1.4.6
Dernière Mise à Jour 2015-11-18
Date de Publication 2015-11-18
Évaluation 5.00/5 Total 9 Évaluations
Développeur http://www.voicemailtel.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.4.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/myscript.js"
            ],
            "css": [
                "css\/chrome_shared.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ]
}