Google Meet Auto Admit

Automatically admit join requests from external guests to Google Meet

什么是Google Meet Auto Admit?

Google Meet Auto Admit是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Automatically admit join requests from external guests to Google Meet”。

扩展截图

screenshot

下载Google Meet Auto Admit扩展crx文件

下载Google Meet Auto Admit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior.                    

扩展基本信息

名称 Google Meet Auto Admit Google Meet Auto Admit
ID himoglbojlbloilekjcohhfakhjcibnj
官方URL https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj
简介 Automatically admit join requests from external guests to Google Meet
文件大小 9.71 KB
安装次数 93,694
当前版本 0.7
更新时间 2022-03-17
上架时间 2020-06-03
评分 3.13/5 共55次评分
开发者 [email protected]
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Admit",
    "manifest_version": 3,
    "version": "0.7",
    "description": "Automatically admit join requests from external guests to Google Meet",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}