CureCompanion PTZ Camera Control

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

Qu'est-ce que CureCompanion PTZ Camera Control ?

CureCompanion PTZ Camera Control est une extension Chrome développée par https://curecompanion.com, et sa fonction principale est "Allow a doctor to remotely control the locally connected PTZ camera.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CureCompanion PTZ Camera Control

Téléchargez les fichiers d'extension CureCompanion PTZ Camera Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CureCompanion PTZ Camera Control CureCompanion PTZ Camera Control
ID hohmkkibdgmadpdmilhohfgefldajbhf
URL Officiel https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf
Description Allow a doctor to remotely control the locally connected PTZ camera.
Taille du Fichier 10.24 KB
Nombre d'Installations 87
Version Actuelle 1.1
Dernière Mise à Jour 2019-06-03
Date de Publication 2019-06-03
Développeur https://curecompanion.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://curecompanion.com/terms
Langues Prises en Charge 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"
    ]
}