Intouch Health Screen Sharing

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

Cos'è Intouch Health Screen Sharing?

Intouch Health Screen Sharing è un'estensione di Chrome sviluppata da Intouch Health, e la sua funzione principale è "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Intouch Health Screen Sharing

Scarica i file di estensione Intouch Health Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Intouch Health Screen Sharing Intouch Health Screen Sharing
ID inlmbeahpljokbkejnmmnnofmploliaa
URL Ufficiale https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa
Descrizione This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Dimensione del File 29.14 KB
Conteggio Installazioni 117
Versione Corrente 2.9
Ultimo Aggiornamento 2019-04-08
Data di Pubblicazione 2019-04-08
Sviluppatore Intouch Health
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://intouchhealth.com/privacy-policy
Lingue Supportate 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"
    ]
}