Intouch Health Screen Sharing

This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.

Intouch Health Screen Sharing là gì?

Intouch Health Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi Intouch Health, và tính năng chính của nó là "This Chrome extension is developed primary for https://intouchhealth.com . It captures 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 Intouch Health Screen Sharing

Tải xuống các tệp mở rộng Intouch Health Screen Sharing 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

                        This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.                    

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

Tên Intouch Health Screen Sharing Intouch Health Screen Sharing
ID inlmbeahpljokbkejnmmnnofmploliaa
URL Chính Thức https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa
Mô tả This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Kích Thước Tệp 29.14 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 2.9
Cập Nhật Lần Cuối 2019-04-08
Ngày Phát Hành 2019-04-08
Nhà Phát Triển Intouch Health
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://intouchhealth.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intouch Health Screen Sharing",
    "author": "Intouch Health",
    "version": "2.9",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/intouchhealth.com . It captures content of your screen.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/intouch-health-screen-sha\/inlmbeahpljokbkejnmmnnofmploliaa",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.visitnow.org\/*",
            "https:\/\/*.tru.clinic\/*",
            "https:\/\/*.truclinic.com\/*",
            "https:\/\/*.ai.coffee\/*",
            "https:\/\/*.hs.utah.gov\/*",
            "https:\/\/*.threadtelehealth.com\/*",
            "https:\/\/*.telemedicinaeinstein.com.br\/*",
            "https:\/\/*.uofuhealth.org\/*",
            "https:\/\/*.keckmedicine.org\/*",
            "https:\/\/*.einstein.br\/*",
            "https:\/\/*.visitnow.com\/*",
            "https:\/\/*.intouchhealth.eu\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}