Bluejeans Redirector
Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.
Bluejeans Redirector là gì?
Bluejeans Redirector là một tiện ích mở rộng Chrome được phát triển bởi https://justingarrison.com, và tính năng chính của nó là "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bluejeans Redirector
Tải xuống các tệp mở rộng Bluejeans Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bluejeans Redirector |
ID | mpbnncoggicgalfnbkmgobimjpmiiaoi |
URL Chính Thức | https://chromewebstore.google.com/detail/bluejeans-redirector/mpbnncoggicgalfnbkmgobimjpmiiaoi |
Mô tả | Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client. |
Kích Thước Tệp | 30.18 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-24 |
Ngày Phát Hành | 2020-03-24 |
Nhà Phát Triển | https://justingarrison.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |