CureCompanion PTZ Camera Control

Allow a doctor to remotely control the locally connected PTZ camera.

CureCompanion PTZ Camera Controlคืออะไร?

CureCompanion PTZ Camera Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://curecompanion.com และคุณลักษณะหลักของมันคือ "Allow a doctor to remotely control the locally connected PTZ camera."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CureCompanion PTZ Camera Control

ดาวน์โหลดไฟล์ส่วนขยาย CureCompanion PTZ Camera Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension works with the CureCompanion video platform to allow a provider to remotely control a PTZ camera.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
คำอธิบาย Allow a doctor to remotely control the locally connected PTZ camera.
ขนาดไฟล์ 10.24 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-06-03
วันที่เผยแพร่ 2019-06-03
ผู้พัฒนา https://curecompanion.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://curecompanion.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CureCompanion PTZ Camera Control",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allow a doctor to remotely control the locally connected PTZ camera.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/curecompanion.com\/*",
            "https:\/\/*.curecompanion.com\/*",
            "https:\/\/clinical.5startelemed.com\/*"
        ]
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}