CureCompanion PTZ Camera Control

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

What is CureCompanion PTZ Camera Control?

CureCompanion PTZ Camera Control is a Chrome extension developed by https://curecompanion.com, and its main feature is "Allow a doctor to remotely control the locally connected PTZ camera.".

Extension Screenshots

screenshot

Download CureCompanion PTZ Camera Control Extension CRX File

Download CureCompanion PTZ Camera Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
Official URL https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
Description Allow a doctor to remotely control the locally connected PTZ camera.
File Size 10.24 KB
Installation Count 87
Current Version 1.1
Last Updated 2019-06-03
Publish Date 2019-06-03
Developer https://curecompanion.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://curecompanion.com/terms
Supported Languages 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"
    ]
}