webjeans

bluejeans meetings via browser

webjeansคืออะไร?

webjeans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrea Giammarchi และคุณลักษณะหลักของมันคือ "bluejeans meetings via browser"

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

screenshot

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

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

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

                        Every time I click some BlueJeans link from a calendar or elsewhere, their page keeps asking me to download their app, offering down the page a link to go to the Website, WebRTC based, version.

As a Web developer, and a Web lover, I'm tired of services that keep forcing users to use their app, specially when users are on Linux, as it is in my case, where their app doesn't even work too well.

This extension does one thing and one thing only: it redirects you to the WebRTC version of the meeting if you land on a bluejeans related URL, and that's all folks 👋                    

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

ชื่อ webjeans webjeans
ID genohdaomlakhpdmffplnefmkacmadlo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webjeans/genohdaomlakhpdmffplnefmkacmadlo
คำอธิบาย bluejeans meetings via browser
ขนาดไฟล์ 12.71 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-05-15
วันที่เผยแพร่ 2020-05-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Andrea Giammarchi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/WebReflection/webjeans/
URL หน้าช่วยเหลือ https://github.com/WebReflection/webjeans/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "webjeans",
    "short_name": "webjeans",
    "version": "0.0.3",
    "description": "bluejeans meetings via browser",
    "author": "Andrea Giammarchi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png"
        },
        "default_title": "webjeans"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/webjeans.js"
            ],
            "matches": [
                "*:\/\/*.bluejeans.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}