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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |