TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

TheraNest Screen Sharing란 무엇입니까?

TheraNest Screen Sharing은(는) TheraNest, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your screen with other TheraNest telehealth attendees."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TheraNest Screen Sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}