Click2Dial - Snom

Dial the selected number using your Snom phone.

Cos'è Click2Dial - Snom?

Click2Dial - Snom è un'estensione di Chrome sviluppata da http://www.voicemailtel.com, e la sua funzione principale è "Dial the selected number using your Snom phone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click2Dial - Snom

Scarica i file di estensione Click2Dial - Snom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
URL Ufficiale https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Descrizione Dial the selected number using your Snom phone.
Dimensione del File 27.39 KB
Conteggio Installazioni 184
Versione Corrente 1.4.6
Ultimo Aggiornamento 2015-11-18
Data di Pubblicazione 2015-11-18
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore http://www.voicemailtel.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}