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 هو إضافة Chrome تم تطويرها بواسطة Paul Sathapanachai، والميزة الرئيسية لها هي "Quickly make a phone call from any web page through your Grandstream Click-2-Dial feature.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grandstream C2D Launcher
قم بتنزيل ملفات الامتداد Grandstream C2D Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |