HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Co to jest HQWebinar Screen Sharing?
HQWebinar Screen Sharing to rozszerzenie Chrome opracowane przez hqwebinar, a jego główną funkcją jest „Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform”.
Pobierz plik CRX rozszerzenia HQWebinar Screen Sharing
Pobierz pliki rozszerzeń HQWebinar Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ohehibbbjfcgfinadeidappahfidjmei |
Oficjalny URL | https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei |
Opis | Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform |
Rozmiar pliku | 12.17 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-07-27 |
Data Publikacji | 2018-07-27 |
Deweloper | hqwebinar |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hqwebinar.com/dashboard |
Adres URL Strony Pomocy | https://hqwebinar.zendesk.com/agent/ |
Adres URL Strony Polityki Prywatności | https://hqwebinar.com/dashboard/support/docs/terms.html |
Obsługiwane Języki | 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" ] } |