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