Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
What is Bluejeans Redirector?
Bluejeans Redirector is a Chrome extension developed by https://justingarrison.com, and its main feature is "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.".
Extension Screenshots
Download Bluejeans Redirector Extension CRX File
Download Bluejeans Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
Extension Basic Information
Name | Bluejeans Redirector |
ID | mpbnncoggicgalfnbkmgobimjpmiiaoi |
Official URL | https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi |
Description | Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client. |
File Size | 30.18 KB |
Installation Count | 241 |
Current Version | 1.0 |
Last Updated | 2020-03-24 |
Publish Date | 2020-03-24 |
Developer | https://justingarrison.com |
Payment Type | free |
Supported Languages | 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 } |