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.”。

扩展截图

screenshot

下载OPTUM Digital Health Delivery扩展crx文件

下载OPTUM Digital Health Delivery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Optum Digital Health Delivery Screensharing Extension                    

扩展基本信息

名称 OPTUM Digital Health Delivery OPTUM Digital Health Delivery
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"
    ]
}