AI 产品解读Automatically accepts all join/participant requests on Google Meet, eliminating the need for the host to manually click 'Admit' for each participant
In Google Meet meetings with many participants, the host must repeatedly click 'Admit' or 'Accept' buttons for each join request. This extension automates that tedious task.
1. Extension installs and automatically activates. 2. When user visits a Google Meet page, the content script runs every 1.5 seconds scanning for admit/accept buttons (in multiple languages: 接受, 允许加入, Admit, 查看全部, 全部接受, etc.). 3. When found, the extension auto-clicks these buttons. 4. Clicking the extension toolbar icon opens a new Google Meet tab with ?partner=1 parameter, enabling companion/partner mode.
Auto-accepts all join requests on Google Meet (single and multiple participants)Supports traditional Chinese and simplified Chinese Google Meet UI buttonsPartner mode: click the extension icon to open a new tab joining in companion/partner modeAutomatically activates after installation; disables via extension management page
- 目标用户
- Google Meet hosts and co-hosts who manage meetings with multiple participants / Teachers, trainers, and meeting organizers who frequently admit many users
- The extension only works on Google Meet pages that match the supported languages (Traditional Chinese, Simplified Chinese, English, Japanese). Other language UIs may not be auto-admitted.
- The 'View all' and '一覧を表示' text matches in content.js lines 16-17 may trigger unintended clicks on non-admission UI elements, though this is a minor UX concern.
- Partner mode button text '使用夥伴模式' is Traditional Chinese only — may not work for other locale Meet UIs.
付费分析未识别到付费功能
No payment APIs, subscription logic, premium feature gates, or upgrade prompts found anywhere in the source code. The 'pro' keyword hit is a false positive from Array.prototype.slice (JavaScript standard library). No external payment platforms are referenced.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login, authentication, or account creation flow. It operates entirely client-side as a content script on Google Meet pages. Users must be logged into Google Meet itself, but that is Google's requirement, not the extension's.