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是由optum.digitalhealthdelivery開發的Chrome擴展程式,該擴展的主要功能是“This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.”。
擴展截圖
下載OPTUM Digital Health Delivery擴展crx文件
下載OPTUM Digital Health Delivery擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Optum Digital Health Delivery Screensharing Extension
擴展基本資訊
名稱 | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
官方網址 | 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" ] } |