Snom Connector

Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks

What is Snom Connector?

Snom Connector is a Chrome extension developed by fabianpothe, and its main feature is "Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks".

Extension Screenshots

screenshot
screenshot

Download Snom Connector Extension CRX File

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

                                            

Extension Basic Information

Name Snom Connector Snom Connector
ID gdlafmkggjapchecdfepiggagpciokln
Official URL https://chrome.google.com/webstore/detail/snom-connector/gdlafmkggjapchecdfepiggagpciokln
Description Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks
File Size 267 KB
Installation Count 114
Current Version 0.5.1.0
Last Updated 2015-06-27
Publish Date 2015-06-27
Rating 4.00/5 Total 2 Ratings
Developer fabianpothe
Payment Type free
Extension Website https://github.com/fabianpothe/Snom-Connector
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snom Connector",
    "description": "Connects your Snom Phone to Chrome. You are able to dial numbers direct from your Chrome Browser or over tel: Hyperlinks",
    "version": "0.5.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "css": [
                "crm.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "background.js",
                "crm.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "",
        "storage"
    ]
}