Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
Wat is Bluejeans Redirector?
Bluejeans Redirector is een Chrome-extensie ontwikkeld door https://justingarrison.com, en de belangrijkste functie is "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bluejeans Redirector
Download Bluejeans Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
Basisinformatie over de Extensie
Naam | Bluejeans Redirector |
ID | mpbnncoggicgalfnbkmgobimjpmiiaoi |
Officiële URL | https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi |
Beschrijving | Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client. |
Bestandsgrootte | 30.18 KB |
Aantal Installaties | 241 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-24 |
Publicatiedatum | 2020-03-24 |
Ontwikkelaar | https://justingarrison.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |