Google Meet Auto Admit- Made in India
Google Meet Auto Admit- Made In india
What is Google Meet Auto Admit- Made in India?
Google Meet Auto Admit- Made in India is a Chrome extension developed by Dev community, and its main feature is "Google Meet Auto Admit- Made In india".
Extension Screenshots
Download Google Meet Auto Admit- Made in India Extension CRX File
Download Google Meet Auto Admit- Made in India 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
This extension will allow Google meet host to auto admit google meeting requests. User can set preference to allow all users or specific users from the provided list.
Extension Basic Information
Name | Google Meet Auto Admit- Made in India |
ID | boacoepiadpdpfegokhcjlijpgcgphpl |
Official URL | https://chromewebstore.google.com/detail/google-meet-auto-admit-ma/boacoepiadpdpfegokhcjlijpgcgphpl |
Description | Google Meet Auto Admit- Made In india |
File Size | 1.23 MB |
Installation Count | 76 |
Current Version | 1.2 |
Last Updated | 2023-01-15 |
Publish Date | 2021-04-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dev community |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": { "128": "images\/gmadmit128.png", "16": "images\/gmadmit16.png", "32": "images\/gmadmit32.png", "48": "images\/gmadmit48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/jquery-3.5.1.js", "js\/jquery.dataTables.min.js", "js\/dataTables.responsive.min.js", "js\/dataTables.buttons.min.js", "js\/dataTables.select.min.js", "js\/dataTables.dateTime.min.js", "js\/dataTables.editor.min.js", "js\/popper.min.js", "js\/bootstrap.min.js", "js\/dataTables.buttons.min.js", "js\/jszip.min.js", "js\/pdfmake.min.js", "js\/vfs_fonts.js", "js\/buttons.html5.min.js", "js\/buttons.print.min.js", "js\/business.js", "content.js" ], "matches": [ "*:\/\/meet.google.com\/*" ] } ], "description": "Google Meet Auto Admit- Made In india", "icons": { "128": "images\/gmadmit128.png", "16": "images\/gmadmit16.png", "32": "images\/gmadmit32.png", "48": "images\/gmadmit48.png" }, "manifest_version": 2, "name": "Google Meet Auto Admit- Made in India", "options_ui": { "open_in_tab": false, "page": "option.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |