CureCompanion PTZ Camera Control

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

CureCompanion PTZ Camera Control là gì?

CureCompanion PTZ Camera Control là một tiện ích mở rộng Chrome được phát triển bởi https://curecompanion.com, và tính năng chính của nó là "Allow a doctor to remotely control the locally connected PTZ camera.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CureCompanion PTZ Camera Control

Tải xuống các tệp mở rộng CureCompanion PTZ Camera Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
URL Chính Thức https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
Mô tả Allow a doctor to remotely control the locally connected PTZ camera.
Kích Thước Tệp 10.24 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-06-03
Ngày Phát Hành 2019-06-03
Nhà Phát Triển https://curecompanion.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://curecompanion.com/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}