CureCompanion PTZ Camera Control

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

Cos'è CureCompanion PTZ Camera Control?

CureCompanion PTZ Camera Control è un'estensione di Chrome sviluppata da https://curecompanion.com, e la sua funzione principale è "Allow a doctor to remotely control the locally connected PTZ camera.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CureCompanion PTZ Camera Control

Scarica i file di estensione CureCompanion PTZ Camera Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
URL Ufficiale https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
Descrizione Allow a doctor to remotely control the locally connected PTZ camera.
Dimensione del File 10.24 KB
Conteggio Installazioni 87
Versione Corrente 1.1
Ultimo Aggiornamento 2019-06-03
Data di Pubblicazione 2019-06-03
Sviluppatore https://curecompanion.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://curecompanion.com/terms
Lingue Supportate 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"
    ]
}