Google Meet Auto Join

Google Meet Auto join, on scheduled time _abx

What is Google Meet Auto Join?

Google Meet Auto Join is a Chrome extension developed by abx, and its main feature is "Google Meet Auto join, on scheduled time _abx".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Google Meet Auto Join Extension CRX File

Download Google Meet Auto Join 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 Joins Google Meet on Selected Time.

Features:
Auto mute Mic
Auto Close Camera
Auto join Meet link Entered on Time

How To Use??
Visit "https://meet.google.com/**"(Any google meet)
Then Click on Extension: 

1. Select Time from drop down menu
2. Paste meet link you want to join on selected time
3. Click 'Tick' icon to save.

Now it will automatically joins meet on selected time.

ver 1.1 will be available soon..
with features like,
auto leave meet (when participant <10 [or any user input] )

Want to Schedule Google Meets try:
https://chrome.google.com/webstore/detail/google-meet-scheduler-aut/gknbkfmgpeonofbofpgkngcoccblohgg?hl=en

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

Extension Basic Information

Name Google Meet Auto Join Google Meet Auto Join
ID igkclpddchbelbkhfndepjkdhljdlpbd
Official URL https://chrome.google.com/webstore/detail/google-meet-auto-join/igkclpddchbelbkhfndepjkdhljdlpbd
Description Google Meet Auto join, on scheduled time _abx
File Size 82.78 KB
Installation Count 4,285
Current Version 1.0
Last Updated 2020-12-01
Publish Date 2020-12-01
Rating 2.89/5 Total 9 Ratings
Developer abx
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bhattcodes.github.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Auto Join",
    "description": "Google Meet Auto join, on scheduled time _abx",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "images\/1.png"
    },
    "browser_action": {
        "default_icon": "images\/1.png",
        "default_popup": "index.html"
    }
}