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.開發的Chrome擴展程式,該擴展的主要功能是“Enables the user to launch into Saba Meeting events within Chrome.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Saba Meeting Chrome Connector擴展crx文件

下載Saba Meeting Chrome Connector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}