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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Intouch Health และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intouch Health Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |