Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
Co je Bluejeans Redirector?
Bluejeans Redirector je rozšíření Chrome vyvinuté https://justingarrison.com, a jeho hlavní funkcí je „Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bluejeans Redirector
Stáhněte si soubory rozšíření Bluejeans Redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
Základní Informace o Rozšíření
Název | Bluejeans Redirector |
ID | mpbnncoggicgalfnbkmgobimjpmiiaoi |
Oficiální URL | https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi |
Popis | Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client. |
Velikost souboru | 30.18 KB |
Počet instalací | 241 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-03-24 |
Datum Vydání | 2020-03-24 |
Vývojář | https://justingarrison.com |
Typ Platby | free |
Podporované Jazyky | 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 } |