Hubgets Screen Share
Hubgets Screen share extension
O que é Hubgets Screen Share?
Hubgets Screen Share é uma extensão do Chrome desenvolvida por https://hubgets.com, e sua principal característica é "Hubgets Screen share extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hubgets Screen Share
Baixe arquivos de extensão Hubgets Screen Share 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
Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties. Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members.
Informações Básicas da Extensão
Nome | Hubgets Screen Share |
ID | afbegohpenghgnldhimopeoemdapmiio |
URL Oficial | https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio |
Descrição | Hubgets Screen share extension |
Tamanho do Arquivo | 13.76 KB |
Contagem de Instalações | 84 |
Versão Atual | 0.0.1.3 |
Última Atualização | 2017-01-26 |
Data de Publicação | 2017-01-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://hubgets.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hubgets.com |
URL da Página de Política de Privacidade | https://www.hubgets.com/company/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hubgets Screen Share", "author": "Hubgets", "version": "0.0.1.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Hubgets Screen share extension", "homepage_url": "https:\/\/hubgets.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "page_action": { "default_icon": { "48": "icons\/pa_icon_48.png", "96": "icons\/[email protected]", "128": "icons\/pa_icon_128.png", "256": "icons\/[email protected]" } }, "icons": { "16": "icons\/favicon_16x16.png", "48": "icons\/icon_48.png", "96": "icons\/[email protected]", "128": "icons\/icon_128.png", "256": "icons\/[email protected]" }, "permissions": [ "https:\/\/*\/*", "desktopCapture", "tabs" ] } |