Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Wat is Intouch Health Screen Sharing?
Intouch Health Screen Sharing is een Chrome-extensie ontwikkeld door Intouch Health, en de belangrijkste functie is "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Intouch Health Screen Sharing
Download Intouch Health Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Basisinformatie over de Extensie
Naam | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
Officiële URL | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Beschrijving | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
Bestandsgrootte | 29.14 KB |
Aantal Installaties | 117 |
Huidige Versie | 2.9 |
Laatst Bijgewerkt | 2019-04-08 |
Publicatiedatum | 2019-04-08 |
Ontwikkelaar | Intouch Health |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://intouchhealth.com/privacy-policy |
Ondersteunde Talen | 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" ] } |