NorthTrac TeleHealth Screen Share

This Chrome extension is developed primary for NorthTrac TeleHealth applications.

ما هو NorthTrac TeleHealth Screen Share؟

NorthTrac TeleHealth Screen Share هو إضافة Chrome تم تطويرها بواسطة https://northtrac.com، والميزة الرئيسية لها هي "This Chrome extension is developed primary for NorthTrac TeleHealth applications.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NorthTrac TeleHealth Screen Share

قم بتنزيل ملفات الامتداد NorthTrac TeleHealth Screen Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        NorthTrac TeleHealth Screen Share allows NorthTrac's wellness professionals the ability to share content for review within any Telemedicine video and screen sharing private rooms and coaching sessions.                    

معلومات أساسية عن التمديد

الاسم NorthTrac TeleHealth Screen Share NorthTrac TeleHealth Screen Share
ID llnblbpaknifjeoaolklpjeicpnbclpj
عنوان URL الرسمي https://chromewebstore.google.com/detail/northtrac-telehealth-scre/llnblbpaknifjeoaolklpjeicpnbclpj
الوصف This Chrome extension is developed primary for NorthTrac TeleHealth applications.
حجم الملف 16.81 KB
عدد التثبيتات 52
النسخة الحالية 0.0.0.6
آخر تحديث 2018-07-23
تاريخ النشر 2018-07-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://northtrac.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.northtrac.com
عنوان صفحة سياسة الخصوصية http://viviscape.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NorthTrac TeleHealth Screen Share",
    "author": "NorthTrac, Inc.",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for NorthTrac TeleHealth applications.",
    "homepage_url": "http:\/\/northtrac.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.northtrac.com\/*",
            "https:\/\/*.saluspatient.com\/*",
            "https:\/\/*.gfgh.me\/*",
            "https:\/\/*.ntrac.io\/*",
            "https:\/\/*.tw-portal.com\/*",
            "https:\/\/*.vivisape.com\/*",
            "https:\/\/*.viviscape.io\/*",
            "https:\/\/*.flytrapgo.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}