CureCompanion PTZ Camera Control
Allow a doctor to remotely control the locally connected PTZ camera.
Was ist CureCompanion PTZ Camera Control?
CureCompanion PTZ Camera Control ist eine Chrome-Erweiterung, die von https://curecompanion.com entwickelt wurde, und ihr Hauptmerkmal ist "Allow a doctor to remotely control the locally connected PTZ camera.".
Erweiterungsscreenshots
CureCompanion PTZ Camera Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie CureCompanion PTZ Camera Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension works with the CureCompanion video platform to allow a provider to remotely control a PTZ camera. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hohmkkibdgmadpdmilhohfgefldajbhf |
| Offizielle URL | https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf |
| Beschreibung | Allow a doctor to remotely control the locally connected PTZ camera. |
| Dateigröße | 10.24 KB |
| Installationsanzahl | 87 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-06-03 |
| Veröffentlichungsdatum | 2019-06-03 |
| Entwickler | https://curecompanion.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://curecompanion.com/terms |
| Unterstützte Sprachen | 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"
]
} | |