OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Apa itu OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery adalah ekstensi Chrome yang dikembangkan oleh optum.digitalhealthdelivery, dan fitur utamanya adalah "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OPTUM Digital Health Delivery
Unduh file ekstensi OPTUM Digital Health Delivery dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Optum Digital Health Delivery Screensharing Extension
Informasi Dasar Ekstensi
Nama | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
URL Resmi | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Deskripsi | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Ukuran File | 29.11 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2018-12-17 |
Tanggal Publikasi | 2018-12-17 |
Pengembang | optum.digitalhealthdelivery |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |