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
公式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
Eメール [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"
    }
}