TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

Что такое TheraNest Screen Sharing?

TheraNest Screen Sharing - это расширение Chrome, разработанное TheraNest, LLC, и его основная функция - "Share your screen with other TheraNest telehealth attendees.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения TheraNest Screen Sharing

Скачайте файлы расширений TheraNest Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название TheraNest Screen Sharing TheraNest Screen Sharing
ID kcnklmddcbnpcdkacphojoilolnbdakf
Официальный URL https://chromewebstore.google.com/detail/theranest-screen-sharing/kcnklmddcbnpcdkacphojoilolnbdakf
Описание Share your screen with other TheraNest telehealth attendees.
Размер файла 12.92 KB
Количество установок 769
Текущая Версия 1.0.1
Последнее Обновление 2018-12-19
Дата публикации 2018-12-19
Рейтинг 5.00/5 Всего 1 оценок
Разработчик TheraNest, LLC
Тип оплаты free
Поддерживаемые языки 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"
    ]
}