Bluejeans Redirector

Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.

Bluejeans Redirectorとは何ですか?

Bluejeans Redirectorはhttps://justingarrison.comによって開発されたChromeの拡張機能で、その主な機能は「Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.」です。

拡張機能のスクリーンショット

screenshot

Bluejeans Redirector拡張機能のCRXファイルをダウンロード

Bluejeans Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.                    

拡張機能の基本情報

名前 Bluejeans Redirector Bluejeans Redirector
ID mpbnncoggicgalfnbkmgobimjpmiiaoi
公式URL https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi
説明 Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
ファイルサイズ 30.18 KB
インストール数 241
現在のバージョン 1.0
最終更新日 2020-03-24
公開日 2020-03-24
開発者 https://justingarrison.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.bluejeans.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}