Bluejeans Redirector

Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client.

Bluejeans Redirectorคืออะไร?

Bluejeans Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://justingarrison.com และคุณลักษณะหลักของมันคือ "Bluejeans Redirector transparently redirects any meeting links to use Bluejeans's browser based web client."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bluejeans Redirector

ดาวน์โหลดไฟล์ส่วนขยาย Bluejeans Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple way to avoid the Bluejeans application. The Bluejeans redirector will let you always stay in the browser for Bluejeans meetings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bluejeans Redirector 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
}