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