HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
O que é HQWebinar Screen Sharing?
HQWebinar Screen Sharing é uma extensão do Chrome desenvolvida por hqwebinar, e sua principal característica é "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".
Baixar o arquivo CRX da Extensão HQWebinar Screen Sharing
Baixe arquivos de extensão HQWebinar Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ohehibbbjfcgfinadeidappahfidjmei |
URL Oficial | https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei |
Descrição | Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform |
Tamanho do Arquivo | 12.17 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-07-27 |
Data de Publicação | 2018-07-27 |
Desenvolvedor | hqwebinar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hqwebinar.com/dashboard |
URL da Página de Ajuda | https://hqwebinar.zendesk.com/agent/ |
URL da Página de Política de Privacidade | https://hqwebinar.com/dashboard/support/docs/terms.html |
Idiomas Suportados | 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" ] } |