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"
    ]
}