Click2Dial - Snom

Dial the selected number using your Snom phone.

What is Click2Dial - Snom?

Click2Dial - Snom is a Chrome extension developed by http://www.voicemailtel.com, and its main feature is "Dial the selected number using your Snom phone.".

Extension Screenshots

screenshot

Download Click2Dial - Snom Extension CRX File

Download Click2Dial - Snom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
Official URL https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Description Dial the selected number using your Snom phone.
File Size 27.39 KB
Installation Count 184
Current Version 1.4.6
Last Updated 2015-11-18
Publish Date 2015-11-18
Rating 5.00/5 Total 9 Ratings
Developer http://www.voicemailtel.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}