Grandstream C2D Launcher
Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
Qu'est-ce que Grandstream C2D Launcher ?
Grandstream C2D Launcher est une extension Chrome développée par Paul Sathapanachai, et sa fonction principale est "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grandstream C2D Launcher
Téléchargez les fichiers d'extension Grandstream C2D Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nadifpclnhijmdnabnkgngillbjjpkkb |
URL Officiel | https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb |
Description | Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature. |
Taille du Fichier | 48.2 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2019-07-01 |
Date de Publication | 2019-06-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Paul Sathapanachai |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |