Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
O que é Intouch Health Screen Sharing?
Intouch Health Screen Sharing é uma extensão do Chrome desenvolvida por Intouch Health, e sua principal característica é "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Intouch Health Screen Sharing
Baixe arquivos de extensão Intouch Health 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
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Informações Básicas da Extensão
Nome | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
URL Oficial | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Descrição | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
Tamanho do Arquivo | 29.14 KB |
Contagem de Instalações | 117 |
Versão Atual | 2.9 |
Última Atualização | 2019-04-08 |
Data de Publicação | 2019-04-08 |
Desenvolvedor | Intouch Health |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://intouchhealth.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intouch Health Screen Sharing", "author": "Intouch Health", "version": "2.9", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/intouchhealth.com . It captures content of your screen.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/intouch-health-screen-sha\/inlmbeahpljokbkejnmmnnofmploliaa", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.visitnow.org\/*", "https:\/\/*.tru.clinic\/*", "https:\/\/*.truclinic.com\/*", "https:\/\/*.ai.coffee\/*", "https:\/\/*.hs.utah.gov\/*", "https:\/\/*.threadtelehealth.com\/*", "https:\/\/*.telemedicinaeinstein.com.br\/*", "https:\/\/*.uofuhealth.org\/*", "https:\/\/*.keckmedicine.org\/*", "https:\/\/*.einstein.br\/*", "https:\/\/*.visitnow.com\/*", "https:\/\/*.intouchhealth.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |