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 |
| Eメール | [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"
]
} | |