Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
What is Intouch Health Screen Sharing?
Intouch Health Screen Sharing is a Chrome extension developed by Intouch Health, and its main feature is "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Extension Screenshots
Download Intouch Health Screen Sharing Extension CRX File
Download Intouch Health Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Extension Basic Information
Name | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
Official URL | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Description | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
File Size | 29.14 KB |
Installation Count | 117 |
Current Version | 2.9 |
Last Updated | 2019-04-08 |
Publish Date | 2019-04-08 |
Developer | Intouch Health |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://intouchhealth.com/privacy-policy |
Supported Languages | 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" ] } |