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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow a doctor to remotely control the locally connected PTZ camera."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CureCompanion PTZ Camera Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension works with the CureCompanion video platform to allow a provider to remotely control a PTZ camera.                    

एक्सटेंशन की मूल जानकारी

नाम CureCompanion PTZ Camera Control 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"
    ]
}