whereby.com/appear.in meeting room helper

Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).

什么是whereby.com/appear.in meeting room helper?

whereby.com/appear.in meeting room helper是由Treffynnon开发的Chrome扩展程序,该扩展的主要功能是“Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).”。

扩展截图

screenshot

下载whereby.com/appear.in meeting room helper扩展crx文件

下载whereby.com/appear.in meeting room helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For users of the whereby.com (previously appear.in) service to make it possible to enter rooms muted with video off and using multiple meeting rooms easier.

* Allows you to configure defaults when entering a room
    * Camera off
    * Muted audio
* Apply those defaults to all meeting room links that you open/follow automatically
* Keep a list of links to your favourite meeting rooms

NOTE: that this is not an official appear.in extension and it is maintained by an independent developer.

Icon made by Freepik from www.flaticon.com

Source code for this extension is provided under the Apache-2.0 licence over at https://github.com/treffynnon/whereby-com-helper-browser-extension                    

扩展基本信息

名称 whereby.com/appear.in meeting room helper whereby.com/appear.in meeting room helper
ID kamcahcpkdbdhphbnhblmcgemhbhbohm
官方URL https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm
简介 Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
文件大小 31.12 KB
安装次数 1,816
当前版本 1.2.2
更新时间 2019-08-21
上架时间 2019-08-21
评分 4.50/5 共6次评分
开发者 Treffynnon
付费类型 free
扩展官网 https://github.com/treffynnon/whereby-com-helper-browser-extension
帮助页面URL https://github.com/treffynnon/whereby-com-helper-browser-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whereby.com\/appear.in meeting room helper",
    "description": "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).",
    "version": "1.2.2",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/96.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup\/index.html",
        "default_title": "whereby.com (previously appear.in) meeting room helper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/whereby.com\/*",
                "https:\/\/appear.in\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/index.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}