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 |
公式URL | 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 |
Eメール | [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" ] } |