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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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