CureCompanion PTZ Camera Control
Allow a doctor to remotely control the locally connected PTZ camera.
Что такое CureCompanion PTZ Camera Control?
CureCompanion PTZ Camera Control - это расширение Chrome, разработанное https://curecompanion.com, и его основная функция - "Allow a doctor to remotely control the locally connected PTZ camera.".
Снимки экрана расширения
Скачать файл CRX расширения CureCompanion PTZ Camera Control
Скачайте файлы расширений CureCompanion PTZ Camera Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension works with the CureCompanion video platform to allow a provider to remotely control a PTZ camera.
Основная информация о расширении
Название | CureCompanion PTZ Camera Control |
ID | hohmkkibdgmadpdmilhohfgefldajbhf |
Официальный URL | https://chromewebstore.google.com/detail/curecompanion-ptz-camera/hohmkkibdgmadpdmilhohfgefldajbhf |
Описание | Allow a doctor to remotely control the locally connected PTZ camera. |
Размер файла | 10.24 KB |
Количество установок | 87 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-06-03 |
Дата публикации | 2019-06-03 |
Разработчик | https://curecompanion.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://curecompanion.com/terms |
Поддерживаемые языки | 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" ] } |