Click2Dial - Snom

Dial the selected number using your Snom phone.

Vad är Click2Dial - Snom?

Click2Dial - Snom är en Chrome-tillägg utvecklad av http://www.voicemailtel.com, och dess huvudfunktion är "Dial the selected number using your Snom phone.".

Tilläggsskärmbilder

screenshot

Ladda ner Click2Dial - Snom-förlängningens CRX-fil

Ladda ner Click2Dial - Snom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
Officiell webbadress https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Beskrivning Dial the selected number using your Snom phone.
Filstorlek 27.39 KB
Antal Installationer 184
Aktuell Version 1.4.6
Senast Uppdaterad 2015-11-18
Publiceringsdatum 2015-11-18
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare http://www.voicemailtel.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}