Grandstream C2D Launcher
Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.
什么是Grandstream C2D Launcher?
Grandstream C2D Launcher是由Paul Sathapanachai开发的Chrome扩展程序,该扩展的主要功能是“Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.”。
扩展截图
下载Grandstream C2D Launcher扩展crx文件
下载Grandstream C2D Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | nadifpclnhijmdnabnkgngillbjjpkkb |
官方URL | https://chrome.google.com/webstore/detail/grandstream-c2d-launcher/nadifpclnhijmdnabnkgngillbjjpkkb |
简介 | Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature. |
文件大小 | 48.2 KB |
安装次数 | 59 |
当前版本 | 1.0.0.0 |
更新时间 | 2019-07-01 |
上架时间 | 2019-06-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Paul Sathapanachai |
付费类型 | free |
支持的语言 | 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'" } |