Saba Meeting Chrome Connector

Enables the user to launch into Saba Meeting events within Chrome.

Saba Meeting Chrome Connector क्या है?

Saba Meeting Chrome Connector Saba Software, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the user to launch into Saba Meeting events within Chrome."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Saba Meeting Chrome Connector enables users to launch the Saba Meeting client application (Saba Meeting App) for the purpose of joining a Saba Meeting event. The Saba Meeting Chrome Connector combined with the Saba Meeting App provides everything needed to attend virtual meetings and classes. The Saba Meeting Chrome Connector does not access or collect any personal data from users.

Note that the Saba Meeting Chrome Connector alone is not enough to attend a Saba Meeting online session. It is merely an extension of the Saba Meeting App which is only available to Saba customers. The Saba Meeting Chrome Connector interacts with the Saba Meeting App to read its version number and to launch a user into a Saba Meeting online session.

When clicking "Add to Chrome", users will see a warning that the Saba Meeting Chrome Connector can:

     -Read and change all your data on the websites you visit
     -Communicate with cooperating native applications

Regarding "Read and change all your data on the websites you visit":

This is required since the URL format of Saba Meeting sites are varied – the Saba Meeting Chrome Connector must request access to all websites visited by the browser. The Saba Meeting Chrome Connector looks for a key identifier in the web page that identifies it as a Saba Meeting application and will only act on those pages.

Regarding "Communicate with cooperating native applications":
This is required for the Saba Meeting Chrome Connector to communicate with the Saba Meeting App (a native Windows/Mac application) on the user's client. The Saba Meeting Chrome Connector does not communicate with any other native applications.                    

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

नाम Saba Meeting Chrome Connector Saba Meeting Chrome Connector
ID gjedkhmeelbomjafdlehdcomjhobcnbk
आधिकारिक URL https://chromewebstore.google.com/detail/saba-meeting-chrome-conne/gjedkhmeelbomjafdlehdcomjhobcnbk
विवरण Enables the user to launch into Saba Meeting events within Chrome.
फ़ाइल का आकार 10.5 KB
स्थापना संख्या 311,317
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2019-10-14
प्रकाशन तिथि 2019-10-14
रेटिंग 2.73/5 कुल 137 रेटिंग्स
डेवलपर Saba Software, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saba Meeting Chrome Connector",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "Enables the user to launch into Saba Meeting events within Chrome.",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging"
    ]
}