CureCompanion PTZ Camera Control
Allow a doctor to remotely control the locally connected PTZ camera.
Wat is CureCompanion PTZ Camera Control?
CureCompanion PTZ Camera Control is een Chrome-extensie ontwikkeld door https://curecompanion.com, en de belangrijkste functie is "Allow a doctor to remotely control the locally connected PTZ camera.".
Extensie Screenshots
Download het CRX-bestand van de extensie CureCompanion PTZ Camera Control
Download CureCompanion PTZ Camera Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension works with the CureCompanion video platform to allow a provider to remotely control a PTZ camera. Basisinformatie over de Extensie
| Naam | |
| ID | hohmkkibdgmadpdmilhohfgefldajbhf |
| Officiële URL | https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf |
| Beschrijving | Allow a doctor to remotely control the locally connected PTZ camera. |
| Bestandsgrootte | 10.24 KB |
| Aantal Installaties | 87 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-06-03 |
| Publicatiedatum | 2019-06-03 |
| Ontwikkelaar | https://curecompanion.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://curecompanion.com/terms |
| Ondersteunde Talen | 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"
]
} | |