Google Meet Auto Admit

Automatically admit join requests from external guests to Google Meet

Co to jest Google Meet Auto Admit?

Google Meet Auto Admit to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Automatically admit join requests from external guests to Google Meet”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Meet Auto Admit

Pobierz pliki rozszerzeń Google Meet Auto Admit 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 click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Auto Admit Google Meet Auto Admit
ID himoglbojlbloilekjcohhfakhjcibnj
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj
Opis Automatically admit join requests from external guests to Google Meet
Rozmiar pliku 9.71 KB
Liczba instalacji 93,694
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2022-03-17
Data Publikacji 2020-06-03
Ocena 3.13/5 Łącznie 55 Oceny
Deweloper [email protected]
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Admit",
    "manifest_version": 3,
    "version": "0.7",
    "description": "Automatically admit join requests from external guests to Google Meet",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}