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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grandstream C2D Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |