HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
HQWebinar Screen Sharing क्या है?
HQWebinar Screen Sharing hqwebinar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HQWebinar Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |