Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
Bluejeans Redirector क्या है?
Bluejeans Redirector https://justingarrison.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bluejeans Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
एक्सटेंशन की मूल जानकारी
नाम | 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 } |