Grandstream C2D Launcher
Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
Was ist Grandstream C2D Launcher?
Grandstream C2D Launcher ist eine Chrome-Erweiterung, die von Paul Sathapanachai entwickelt wurde, und ihr Hauptmerkmal ist "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".
Erweiterungsscreenshots
Grandstream C2D Launcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grandstream C2D Launcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nadifpclnhijmdnabnkgngillbjjpkkb |
Offizielle URL | https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb |
Beschreibung | Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature. |
Dateigröße | 48.2 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2019-07-01 |
Veröffentlichungsdatum | 2019-06-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Paul Sathapanachai |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |