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
}