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'" } |