Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Was ist Intouch Health Screen Sharing?
Intouch Health Screen Sharing ist eine Chrome-Erweiterung, die von Intouch Health entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Erweiterungsscreenshots
Intouch Health Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Intouch Health Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Grundlegende Informationen zur Erweiterung
Name | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
Offizielle URL | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Beschreibung | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
Dateigröße | 29.14 KB |
Installationsanzahl | 117 |
Aktuelle Version | 2.9 |
Letztes Update | 2019-04-08 |
Veröffentlichungsdatum | 2019-04-08 |
Entwickler | Intouch Health |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://intouchhealth.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |