Google Meet Auto Join

Google Meet Auto join, on scheduled time _abx

Co to jest Google Meet Auto Join?

Google Meet Auto Join to rozszerzenie Chrome opracowane przez abx, a jego główną funkcją jest „Google Meet Auto join, on scheduled time _abx”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Meet Auto Join

Pobierz pliki rozszerzeń Google Meet Auto Join w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Auto Join Google Meet Auto Join
ID igkclpddchbelbkhfndepjkdhljdlpbd
Oficjalny URL https://chrome.google.com/webstore/detail/google-meet-auto-join/igkclpddchbelbkhfndepjkdhljdlpbd
Opis Google Meet Auto join, on scheduled time _abx
Rozmiar pliku 82.78 KB
Liczba instalacji 4,285
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-12-01
Data Publikacji 2020-12-01
Ocena 2.89/5 Łącznie 9 Oceny
Deweloper abx
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://bhattcodes.github.io
Obsługiwane Języki 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"
    }
}