OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
OPTUM Digital Health Deliveryคืออะไร?
OPTUM Digital Health Delivery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย optum.digitalhealthdelivery และคุณลักษณะหลักของมันคือ "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OPTUM Digital Health Delivery
ดาวน์โหลดไฟล์ส่วนขยาย OPTUM Digital Health Delivery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Optum Digital Health Delivery Screensharing Extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
คำอธิบาย | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
ขนาดไฟล์ | 29.11 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-12-17 |
วันที่เผยแพร่ | 2018-12-17 |
ผู้พัฒนา | optum.digitalhealthdelivery |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OPTUM Digital Health Delivery", "author": "OPTUM Health", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.change-this-to-your-domain.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |