Jabra Device Connector (Browser Extension)

Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.

Jabra Device Connector (Browser Extension) क्या है?

Jabra Device Connector (Browser Extension) Jabra Developer Zone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones."।

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

screenshot

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

crx प्रारूप में Jabra Device Connector (Browser Extension) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Device integration allows you to operate a web application via hardware button presses on your device. Common web applications are for example browser-based UC Clients. 

Web application requirements:
★ integrated with "Jabra SDK Library for JavaScript"

Web client requirements:
★ installed "Jabra Device Connector" on operating system (Windows/macOS/Linux)
★ installed browser Google Chrome or Microsoft Edge
★ installed browser extension "Jabra Device Connector (Browser Extension)"

Download of "Jabra Device Connector": 
★ developer.jabra.com/site/global/sdk/javascript                    

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

नाम Jabra Device Connector (Browser Extension) Jabra Device Connector (Browser Extension)
ID kpmedpgagnidddimmioekjdhfllmdfia
आधिकारिक URL https://chromewebstore.google.com/detail/jabra-device-connector-br/kpmedpgagnidddimmioekjdhfllmdfia
विवरण Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.
फ़ाइल का आकार 16.31 KB
स्थापना संख्या 10,926
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2023-07-08
प्रकाशन तिथि 2023-01-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jabra Developer Zone
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://developer.jabra.com/site/global/sdk/javascript/index.gsp
सहायता पृष्ठ URL https://developer.jabra.com/site/global/support/index.gsp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jabra Device Connector (Browser Extension)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.7",
    "version_name": "1.1.7",
    "description": "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.",
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "index.js"
    },
    "permissions": [
        "nativeMessaging"
    ]
}