HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
ما هو HQWebinar Screen Sharing؟
HQWebinar Screen Sharing هو إضافة Chrome تم تطويرها بواسطة hqwebinar، والميزة الرئيسية لها هي "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".
تحميل ملف CRX للإضافة HQWebinar Screen Sharing
قم بتنزيل ملفات الامتداد HQWebinar Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HQWebinar Screen Sharing is a chrome extension that can only be used on www.hqwebinar.live online webinar platform. On HQWebinar you can stream high quality videos smoothly. It is not only a platform to host webinars but also a marketplace to sell your own. Here is a link to terms and policies of the HQWebinar: https://hqwebinar.com/dashboard/support/docs/terms.html
معلومات أساسية عن التمديد
الاسم | |
ID | ohehibbbjfcgfinadeidappahfidjmei |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei |
الوصف | Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform |
حجم الملف | 12.17 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-07-27 |
تاريخ النشر | 2018-07-27 |
المطور | hqwebinar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hqwebinar.com/dashboard |
عنوان صفحة المساعدة | https://hqwebinar.zendesk.com/agent/ |
عنوان صفحة سياسة الخصوصية | https://hqwebinar.com/dashboard/support/docs/terms.html |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HQWebinar Screen Sharing", "author": "HQWebinar", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform", "homepage_url": "https:\/\/www.hqwebinar.live\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.hqwebinar.live\/webinar\/*", "https:\/\/*.hqwebinar.live\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon128.png" ] } |