TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

Cos'è TheraNest Screen Sharing?

TheraNest Screen Sharing è un'estensione di Chrome sviluppata da TheraNest, LLC, e la sua funzione principale è "Share your screen with other TheraNest telehealth attendees.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TheraNest Screen Sharing

Scarica i file di estensione TheraNest 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

                        Share your computer screen during a TheraNest telehealth session! This extension works with TheraNest's innovative Telehealth tool to share your screen with other participants during a telehealth session. Providers and clients can both share their screen to review and discuss therapeutic materials in real time.

Add this extension to enable screen sharing within your existing TheraNest telehealth video stream, without downloading or installing any outside software.                    

Informazioni di Base sull'Estensione

Nome TheraNest Screen Sharing TheraNest Screen Sharing
ID kcnklmddcbnpcdkacphojoilolnbdakf
URL Ufficiale https://chromewebstore.google.com/detail/theranest-screen-sharing/kcnklmddcbnpcdkacphojoilolnbdakf
Descrizione Share your screen with other TheraNest telehealth attendees.
Dimensione del File 12.92 KB
Conteggio Installazioni 769
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-12-19
Data di Pubblicazione 2018-12-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore TheraNest, LLC
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TheraNest Screen Sharing",
    "author": "TheraNest, LLC",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your screen with other TheraNest telehealth attendees.",
    "homepage_url": "https:\/\/www.theranest.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.theranest.com\/*",
            "https:\/\/*.theranest-qa.com\/*",
            "https:\/\/*.theranest-stage.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}