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
电子邮箱 [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"
    }
}