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