TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

Co to jest TheraNest Screen Sharing?

TheraNest Screen Sharing to rozszerzenie Chrome opracowane przez TheraNest, LLC, a jego główną funkcją jest „Share your screen with other TheraNest telehealth attendees.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TheraNest Screen Sharing

Pobierz pliki rozszerzeń TheraNest Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TheraNest Screen Sharing TheraNest Screen Sharing
ID kcnklmddcbnpcdkacphojoilolnbdakf
Oficjalny URL https://chromewebstore.google.com/detail/theranest-screen-sharing/kcnklmddcbnpcdkacphojoilolnbdakf
Opis Share your screen with other TheraNest telehealth attendees.
Rozmiar pliku 12.92 KB
Liczba instalacji 769
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-12-19
Data Publikacji 2018-12-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper TheraNest, LLC
Typ Płatności free
Obsługiwane Języki 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"
    ]
}