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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}