CureCompanion PTZ Camera Control

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

什麼是CureCompanion PTZ Camera Control?

CureCompanion PTZ Camera Control是由https://curecompanion.com開發的Chrome擴展程式,該擴展的主要功能是“Allow a doctor to remotely control the locally connected PTZ camera.”。

擴展截圖

screenshot

下載CureCompanion PTZ Camera Control擴展crx文件

下載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
官方網址 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"
    ]
}