webjeans

bluejeans meetings via browser

什麼是webjeans?

webjeans是由Andrea Giammarchi開發的Chrome擴展程式,該擴展的主要功能是“bluejeans meetings via browser”。

擴展截圖

screenshot

下載webjeans擴展crx文件

下載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
官方網址 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"
    }
}