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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}