OPTUM Digital Health Delivery

This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.

What is OPTUM Digital Health Delivery?

OPTUM Digital Health Delivery is a Chrome extension developed by optum.digitalhealthdelivery, and its main feature is "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".

Extension Screenshots

screenshot

Download OPTUM Digital Health Delivery Extension CRX File

Download OPTUM Digital Health Delivery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Optum Digital Health Delivery Screensharing Extension                    

Extension Basic Information

Name OPTUM Digital Health Delivery OPTUM Digital Health Delivery
ID nhnkcgofmpmbcekfiiohdfjfbgofdake
Official URL https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake
Description This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
File Size 29.11 KB
Installation Count 19
Current Version 2.0
Last Updated 2018-12-17
Publish Date 2018-12-17
Developer optum.digitalhealthdelivery
Payment Type free
Supported Languages 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"
    ]
}