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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://hqwebinar.zendesk.com/agent/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |