Intouch Health Screen Sharing

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

Apa itu Intouch Health Screen Sharing?

Intouch Health Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Intouch Health, dan fitur utamanya adalah "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Intouch Health Screen Sharing

Unduh file ekstensi Intouch Health Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Intouch Health Screen Sharing Intouch Health Screen Sharing
ID inlmbeahpljokbkejnmmnnofmploliaa
URL Resmi https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa
Deskripsi This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Ukuran File 29.14 KB
Jumlah Instalasi 117
Versi Saat Ini 2.9
Terakhir Diperbarui 2019-04-08
Tanggal Publikasi 2019-04-08
Pengembang Intouch Health
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://intouchhealth.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}