thera-LINK Screen Sharing
Allows you to share your screen using thera-LINK.
O que é thera-LINK Screen Sharing?
thera-LINK Screen Sharing é uma extensão do Chrome desenvolvida por https://thera-link.com, e sua principal característica é "Allows you to share your screen using thera-LINK.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão thera-LINK Screen Sharing
Baixe arquivos de extensão thera-LINK 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
Informações Básicas da Extensão
Nome | |
ID | geoohggdjcimdjilhhnoolpblkbgnagb |
URL Oficial | https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb |
Descrição | Allows you to share your screen using thera-LINK. |
Tamanho do Arquivo | 38.35 KB |
Contagem de Instalações | 416 |
Versão Atual | 1.0 |
Última Atualização | 2017-08-10 |
Data de Publicação | 2017-08-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://thera-link.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.thera-link.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "thera-LINK Screen Sharing", "author": "thera-LINK, LLC", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Allows you to share your screen using thera-LINK.", "homepage_url": "https:\/\/www.thera-link.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.thera-link.com\/*", "https:\/\/*.thera-link.dev\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |