Grandstream C2D Launcher

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

Wat is Grandstream C2D Launcher?

Grandstream C2D Launcher is een Chrome-extensie ontwikkeld door Paul Sathapanachai, en de belangrijkste functie is "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Grandstream C2D Launcher

Download Grandstream C2D Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grandstream C2D Launcher Grandstream C2D Launcher
ID nadifpclnhijmdnabnkgngillbjjpkkb
Officiële URL https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb
Beschrijving Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
Bestandsgrootte 48.2 KB
Aantal Installaties 59
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2019-07-01
Publicatiedatum 2019-06-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Paul Sathapanachai
Betalingswijze free
Ondersteunde Talen 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'"
}