Grandstream C2D Launcher
Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
¿Qué es Grandstream C2D Launcher?
Grandstream C2D Launcher es una extensión de Chrome desarrollada por Paul Sathapanachai, y su función principal es "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Grandstream C2D Launcher
Descarga archivos de extensión Grandstream C2D Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | nadifpclnhijmdnabnkgngillbjjpkkb |
URL Oficial | https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb |
Descripción | Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature. |
Tamaño del Archivo | 48.2 KB |
Cantidad de Instalaciones | 59 |
Versión Actual | 1.0.0.0 |
Última Actualización | 2019-07-01 |
Fecha de Publicación | 2019-06-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Paul Sathapanachai |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |