Google Meet Auto Admit
Automatically admit join requests from external guests to Google Meet
What is Google Meet Auto Admit?
Google Meet Auto Admit is a Chrome extension developed by [email protected], and its main feature is "Automatically admit join requests from external guests to Google Meet".
Extension Screenshots
Download Google Meet Auto Admit Extension CRX File
Download Google Meet Auto Admit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Meet Auto Admit |
ID | himoglbojlbloilekjcohhfakhjcibnj |
Official URL | https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj |
Description | Automatically admit join requests from external guests to Google Meet |
File Size | 9.71 KB |
Installation Count | 93,694 |
Current Version | 0.7 |
Last Updated | 2022-03-17 |
Publish Date | 2020-06-03 |
Rating | 3.13/5 Total 55 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |