Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Qu'est-ce que Intouch Health Screen Sharing ?
Intouch Health Screen Sharing est une extension Chrome développée par Intouch Health, et sa fonction principale est "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Intouch Health Screen Sharing
Téléchargez les fichiers d'extension Intouch Health Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Informations de Base sur l'Extension
Nom | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
URL Officiel | 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. |
Taille du Fichier | 29.14 KB |
Nombre d'Installations | 117 |
Version Actuelle | 2.9 |
Dernière Mise à Jour | 2019-04-08 |
Date de Publication | 2019-04-08 |
Développeur | Intouch Health |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://intouchhealth.com/privacy-policy |
Langues Prises en Charge | 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" ] } |