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.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения OPTUM Digital Health Delivery

Скачайте файлы расширений 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"
    ]
}