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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |