Click2Dial - Snom

Dial the selected number using your Snom phone.

O que é Click2Dial - Snom?

Click2Dial - Snom é uma extensão do Chrome desenvolvida por http://www.voicemailtel.com, e sua principal característica é "Dial the selected number using your Snom phone.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Click2Dial - Snom

Baixe arquivos de extensão Click2Dial - Snom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Click2Dial - Snom Click2Dial - Snom
ID aiolieodmdagnlgdamfdbnjdgfigajhj
URL Oficial https://chrome.google.com/webstore/detail/click2dial-snom/aiolieodmdagnlgdamfdbnjdgfigajhj
Descrição Dial the selected number using your Snom phone.
Tamanho do Arquivo 27.39 KB
Contagem de Instalações 184
Versão Atual 1.4.6
Última Atualização 2015-11-18
Data de Publicação 2015-11-18
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor http://www.voicemailtel.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}