Google Meet Scheduler: Auto Join, Leave Meet

Google Meet Scheduler : Auto join, Auto Leave Scheduled google meetings _abx

Co je Google Meet Scheduler: Auto Join, Leave Meet?

Google Meet Scheduler: Auto Join, Leave Meet je rozšíření Chrome vyvinuté abx, a jeho hlavní funkcí je „Google Meet Scheduler : Auto join, Auto Leave Scheduled google meetings _abx“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Meet Scheduler: Auto Join, Leave Meet

Stáhněte si soubory rozšíření Google Meet Scheduler: Auto Join, Leave Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Google Meet Scheduler : Auto join, Auto Leave Scheduled google meetings


"AUTOMATE THE ONLINE CLASSES AND CHILL" 

It automatically Mute Cam, Mic and Join, leave the meet link on entered time.
Useful in Taking Online classes.
setup the schedule once
It automatically Join and leave classes on time
and at exit time, It first checks how many members are present. if members present are less than 15, only then it leaves the meet.

Features:
Auto Mute Mic
Auto Close Cam
Auto Join meet on entered time
Auto Leave meet on entered time (only when members<15)


HOW TO USE??
Visit "https://meet.google.com/".
Then Click on Extension
1. Go to Home page and add schedule (entry time, exit time, link of google meet).
2. Go to Schedule page and click on 'SAVE' button to save and start the schedule.
3. Now chill, It automatically Joins Google meet and automatically leaves on time
(Additional Info : At Exit time it checks number of members present, if number of members present are less than 15 only then it leave the meet)
-> It is recommended to visit "https://meet.google.com/" before hitting SAVE button.

version : 1.0.3 out soon.

Liked my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

Základní Informace o Rozšíření

Název Google Meet Scheduler: Auto Join, Leave Meet Google Meet Scheduler: Auto Join, Leave Meet
ID gknbkfmgpeonofbofpgkngcoccblohgg
Oficiální URL https://chrome.google.com/webstore/detail/google-meet-scheduler-aut/gknbkfmgpeonofbofpgkngcoccblohgg
Popis Google Meet Scheduler : Auto join, Auto Leave Scheduled google meetings _abx
Velikost souboru 112 KB
Počet instalací 2,567
Aktuální Verze 1.0.2
Poslední Aktualizace 2020-11-12
Datum Vydání 2020-11-09
Hodnocení 2.86/5 Celkem 14 Hodnocení
Vývojář abx
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://bhattcodes.github.io
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Scheduler: Auto Join, Leave Meet",
    "description": "Google Meet Scheduler : Auto join, Auto Leave Scheduled google meetings _abx",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "192": "picx.png"
    },
    "browser_action": {
        "default_icon": "picx.png",
        "default_popup": "home.html"
    }
}