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 là gì?

OPTUM Digital Health Delivery là một tiện ích mở rộng Chrome được phát triển bởi optum.digitalhealthdelivery, và tính năng chính của nó là "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OPTUM Digital Health Delivery

Tải xuống các tệp mở rộng OPTUM Digital Health Delivery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Optum Digital Health Delivery Screensharing Extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OPTUM Digital Health Delivery OPTUM Digital Health Delivery
ID nhnkcgofmpmbcekfiiohdfjfbgofdake
URL Chính Thức https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake
Mô tả This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Kích Thước Tệp 29.11 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-12-17
Ngày Phát Hành 2018-12-17
Nhà Phát Triển optum.digitalhealthdelivery
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}