TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

TheraNest Screen Sharing là gì?

TheraNest Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi TheraNest, LLC, và tính năng chính của nó là "Share your screen with other TheraNest telehealth attendees.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheraNest Screen Sharing

Tải xuống các tệp mở rộng TheraNest Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheraNest Screen Sharing TheraNest Screen Sharing
ID kcnklmddcbnpcdkacphojoilolnbdakf
URL Chính Thức https://chromewebstore.google.com/detail/theranest-screen-sharing/kcnklmddcbnpcdkacphojoilolnbdakf
Mô tả Share your screen with other TheraNest telehealth attendees.
Kích Thước Tệp 12.92 KB
Số Lần Cài Đặt 769
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-12-19
Ngày Phát Hành 2018-12-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TheraNest, LLC
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}