CureCompanion PTZ Camera Control

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

Vad är CureCompanion PTZ Camera Control?

CureCompanion PTZ Camera Control är en Chrome-tillägg utvecklad av https://curecompanion.com, och dess huvudfunktion är "Allow a doctor to remotely control the locally connected PTZ camera.".

Tilläggsskärmbilder

screenshot

Ladda ner CureCompanion PTZ Camera Control-förlängningens CRX-fil

Ladda ner CureCompanion PTZ Camera Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
Officiell webbadress https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
Beskrivning Allow a doctor to remotely control the locally connected PTZ camera.
Filstorlek 10.24 KB
Antal Installationer 87
Aktuell Version 1.1
Senast Uppdaterad 2019-06-03
Publiceringsdatum 2019-06-03
Utvecklare https://curecompanion.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://curecompanion.com/terms
Stödda Språk 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"
    ]
}