Auto Admit for Google Meet™

Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.

Co to jest Auto Admit for Google Meet™?

Auto Admit for Google Meet™ to rozszerzenie Chrome opracowane przez https://singleton-mah.blogspot.com, a jego główną funkcją jest „Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Admit for Google Meet™

Pobierz pliki rozszerzeń Auto Admit for Google Meet™ 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

                        When someone requests to join, a pop-up will appear on the Google Meet™ screen.
Clicking on it every time is a hassle.
So this extension works to automatically admit.

Many other extensions click a button named "Admit".
Therefore, they will not work with non-English, non-"Admit" button.

This extension will automatically click the button on the "right side" of the popup.
Usually the right side is the admit button.
Therefore, it supports more languages.

Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners.
Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Admit for Google Meet™ Auto Admit for Google Meet™
ID dhpmfgfmifhcipabgnbkhgkihhlnceeg
Oficjalny URL https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg
Opis Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
Rozmiar pliku 29.79 KB
Liczba instalacji 2,000
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2022-04-02
Data Publikacji 2021-06-07
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://singleton-mah.blogspot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.1.1",
    "description": "__MSG_AppDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}