Grandstream C2D Launcher

Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.

O que é Grandstream C2D Launcher?

Grandstream C2D Launcher é uma extensão do Chrome desenvolvida por Paul Sathapanachai, e sua principal característica é "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Grandstream C2D Launcher

Baixe arquivos de extensão Grandstream C2D Launcher 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

                        GS Click-to-Dial Launcher allows you to initiate the call from any web page just simply highlight the phone number on the screen and choose 'Start a Call' option from the right-click menu.

Basic IP and protocol settings are required before the initial use. Please go to option page to see more detail.                    

Informações Básicas da Extensão

Nome Grandstream C2D Launcher Grandstream C2D Launcher
ID nadifpclnhijmdnabnkgngillbjjpkkb
URL Oficial https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb
Descrição Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
Tamanho do Arquivo 48.2 KB
Contagem de Instalações 59
Versão Atual 1.0.0.0
Última Atualização 2019-07-01
Data de Publicação 2019-06-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Paul Sathapanachai
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grandstream C2D Launcher",
    "description": "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.",
    "version": "1.0.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "icon_128.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com https:\/\/code.jquery.com; object-src 'self'"
}