Auto Meet
Continue meet with out interruptions. Accept join request effortless.
What is Auto Meet?
Auto Meet is a Chrome extension developed by Evagoon Inc., and its main feature is "Continue meet with out interruptions. Accept join request effortless.".
Extension Screenshots
Download Auto Meet Extension CRX File
Download Auto Meet 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
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
Extension Basic Information
Name | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
Official URL | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
Description | Continue meet with out interruptions. Accept join request effortless. |
File Size | 43.83 KB |
Installation Count | 178 |
Current Version | 1.0.5 |
Last Updated | 2022-01-26 |
Publish Date | 2020-10-08 |
Developer | Evagoon Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |