Auto Admit for Google Meet™
Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
什么是Auto Admit for Google Meet™?
Auto Admit for Google Meet™是由https://singleton-mah.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.”。
扩展截图
下载Auto Admit for Google Meet™扩展crx文件
下载Auto Admit for Google Meet™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When someone requests to join, a pop-up will appear on the Google Meet™ screen. Clicking on it every time is a hassle. So this extension works to automatically admit. Many other extensions click a button named "Admit". Therefore, they will not work with non-English, non-"Admit" button. This extension will automatically click the button on the "right side" of the popup. Usually the right side is the admit button. Therefore, it supports more languages. Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners. Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.
扩展基本信息
名称 | Auto Admit for Google Meet™ |
ID | dhpmfgfmifhcipabgnbkhgkihhlnceeg |
官方URL | https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg |
简介 | Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™. |
文件大小 | 29.79 KB |
安装次数 | 2,000 |
当前版本 | 1.1.1 |
更新时间 | 2022-04-02 |
上架时间 | 2021-06-07 |
评分 | 1.00/5 共1次评分 |
开发者 | https://singleton-mah.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "manifest_version": 3, "default_locale": "en", "version": "1.1.1", "description": "__MSG_AppDesc__", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content_script.js" ] } ] } |