Click2Dial - Snom

Dial the selected number using your Snom phone.

Wat is Click2Dial - Snom?

Click2Dial - Snom is een Chrome-extensie ontwikkeld door http://www.voicemailtel.com, en de belangrijkste functie is "Dial the selected number using your Snom phone.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click2Dial - Snom

Download Click2Dial - Snom-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

                        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.                    

Basisinformatie over de Extensie

Naam Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
Officiële URL https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Beschrijving Dial the selected number using your Snom phone.
Bestandsgrootte 27.39 KB
Aantal Installaties 184
Huidige Versie 1.4.6
Laatst Bijgewerkt 2015-11-18
Publicatiedatum 2015-11-18
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar http://www.voicemailtel.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}