Intouch Health Screen Sharing

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

什么是Intouch Health Screen Sharing?

Intouch Health Screen Sharing是由Intouch Health开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.”。

扩展截图

screenshot

下载Intouch Health Screen Sharing扩展crx文件

下载Intouch Health Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Intouch Health Screen Sharing Intouch Health Screen Sharing
ID inlmbeahpljokbkejnmmnnofmploliaa
官方URL https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa
简介 This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
文件大小 29.14 KB
安装次数 117
当前版本 2.9
更新时间 2019-04-08
上架时间 2019-04-08
开发者 Intouch Health
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://intouchhealth.com/privacy-policy
支持的语言 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"
    ]
}