Click2Dial - Snom

Dial the selected number using your Snom phone.

Hvad er Click2Dial - Snom?

Click2Dial - Snom er en Chrome-udvidelse udviklet af http://www.voicemailtel.com, og dens hovedfunktion er "Dial the selected number using your Snom phone.".

Udvidelsesskærmbilleder

screenshot

Download Click2Dial - Snom-udvidelses-CRX-fil

Download Click2Dial - Snom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
Officiel URL https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Beskrivelse Dial the selected number using your Snom phone.
Filstørrelse 27.39 KB
Antal Installationer 184
Nuværende Version 1.4.6
Senest Opdateret 2015-11-18
Udgivelsesdato 2015-11-18
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler http://www.voicemailtel.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}