HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Co je HQWebinar Screen Sharing?
HQWebinar Screen Sharing je rozšíření Chrome vyvinuté hqwebinar, a jeho hlavní funkcí je „Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform“.
Stáhnout soubor CRX rozšíření HQWebinar Screen Sharing
Stáhněte si soubory rozšíření HQWebinar Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ohehibbbjfcgfinadeidappahfidjmei |
Oficiální URL | https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei |
Popis | Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform |
Velikost souboru | 12.17 KB |
Počet instalací | 56 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2018-07-27 |
Datum Vydání | 2018-07-27 |
Vývojář | hqwebinar |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hqwebinar.com/dashboard |
URL Stránky Nápovědy | https://hqwebinar.zendesk.com/agent/ |
URL Stránky Zásad Ochrany Soukromí | https://hqwebinar.com/dashboard/support/docs/terms.html |
Podporované Jazyky | 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" ] } |