Grandstream C2D Launcher

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

Cos'è Grandstream C2D Launcher?

Grandstream C2D Launcher è un'estensione di Chrome sviluppata da Paul Sathapanachai, e la sua funzione principale è "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Grandstream C2D Launcher

Scarica i file di estensione Grandstream C2D Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Grandstream C2D Launcher Grandstream C2D Launcher
ID nadifpclnhijmdnabnkgngillbjjpkkb
URL Ufficiale https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb
Descrizione Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
Dimensione del File 48.2 KB
Conteggio Installazioni 59
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2019-07-01
Data di Pubblicazione 2019-06-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Paul Sathapanachai
Tipo di Pagamento free
Lingue Supportate 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'"
}