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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |