Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
Was ist Bluejeans Redirector?
Bluejeans Redirector ist eine Chrome-Erweiterung, die von https://justingarrison.com entwickelt wurde, und ihr Hauptmerkmal ist "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.".
Erweiterungsscreenshots
Bluejeans Redirector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bluejeans Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
Grundlegende Informationen zur Erweiterung
Name | Bluejeans Redirector |
ID | mpbnncoggicgalfnbkmgobimjpmiiaoi |
Offizielle URL | https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi |
Beschreibung | Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client. |
Dateigröße | 30.18 KB |
Installationsanzahl | 241 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-03-24 |
Veröffentlichungsdatum | 2020-03-24 |
Entwickler | https://justingarrison.com |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |