Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
什麼是Intouch Health Screen Sharing?
Intouch Health Screen Sharing是由Intouch Health開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.”。
擴展截圖
下載Intouch Health Screen Sharing擴展crx文件
下載Intouch Health Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
擴展基本資訊
名稱 | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
官方網址 | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
簡介 | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
檔案大小 | 29.14 KB |
安裝次數 | 117 |
目前版本 | 2.9 |
更新時間 | 2019-04-08 |
上架時間 | 2019-04-08 |
開發者 | Intouch Health |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://intouchhealth.com/privacy-policy |
支援的語言 | 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" ] } |