NorthTrac TeleHealth Screen Share

This Chrome extension is developed primary for NorthTrac TeleHealth applications.

Cos'è NorthTrac TeleHealth Screen Share?

NorthTrac TeleHealth Screen Share è un'estensione di Chrome sviluppata da https://northtrac.com, e la sua funzione principale è "This Chrome extension is developed primary for NorthTrac TeleHealth applications.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NorthTrac TeleHealth Screen Share

Scarica i file di estensione NorthTrac TeleHealth Screen Share 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

                        NorthTrac TeleHealth Screen Share allows NorthTrac's wellness professionals the ability to share content for review within any Telemedicine video and screen sharing private rooms and coaching sessions.                    

Informazioni di Base sull'Estensione

Nome NorthTrac TeleHealth Screen Share NorthTrac TeleHealth Screen Share
ID llnblbpaknifjeoaolklpjeicpnbclpj
URL Ufficiale https://chromewebstore.google.com/detail/northtrac-telehealth-scre/llnblbpaknifjeoaolklpjeicpnbclpj
Descrizione This Chrome extension is developed primary for NorthTrac TeleHealth applications.
Dimensione del File 16.81 KB
Conteggio Installazioni 52
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2018-07-23
Data di Pubblicazione 2018-07-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://northtrac.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.northtrac.com
URL della Pagina della Politica sulla Privacy http://viviscape.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NorthTrac TeleHealth Screen Share",
    "author": "NorthTrac, Inc.",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for NorthTrac TeleHealth applications.",
    "homepage_url": "http:\/\/northtrac.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.northtrac.com\/*",
            "https:\/\/*.saluspatient.com\/*",
            "https:\/\/*.gfgh.me\/*",
            "https:\/\/*.ntrac.io\/*",
            "https:\/\/*.tw-portal.com\/*",
            "https:\/\/*.vivisape.com\/*",
            "https:\/\/*.viviscape.io\/*",
            "https:\/\/*.flytrapgo.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}