CureCompanion PTZ Camera Control
Allow a doctor to remotely control the locally connected PTZ camera.
什么是CureCompanion PTZ Camera Control?
CureCompanion PTZ Camera Control是由https://curecompanion.com开发的Chrome扩展程序,该扩展的主要功能是“Allow a doctor to remotely control the locally connected PTZ camera.”。
扩展截图
下载CureCompanion PTZ Camera Control扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |