Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Co je Intouch Health Screen Sharing?
Intouch Health Screen Sharing je rozšíření Chrome vyvinuté Intouch Health, a jeho hlavní funkcí je „This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Intouch Health Screen Sharing
Stáhněte si soubory rozšíření Intouch Health Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Základní Informace o Rozšíření
Název | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
Oficiální URL | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Popis | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
Velikost souboru | 29.14 KB |
Počet instalací | 117 |
Aktuální Verze | 2.9 |
Poslední Aktualizace | 2019-04-08 |
Datum Vydání | 2019-04-08 |
Vývojář | Intouch Health |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://intouchhealth.com/privacy-policy |
Podporované Jazyky | 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" ] } |