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" ] } |