Meet Auto Admit

Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…

Cos'è Meet Auto Admit?

Meet Auto Admit è un'estensione di Chrome sviluppata da Grejo Joby, e la sua funzione principale è "Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Meet Auto Admit

Scarica i file di estensione Meet Auto Admit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting. Eases the work of admitting everyone one by one when there are many users.                    

Informazioni di Base sull'Estensione

Nome Meet Auto Admit Meet Auto Admit
ID mfbnjcfflkhefklaghlmpjlkgbegnbod
URL Ufficiale https://chromewebstore.google.com/detail/meet-auto-admit/mfbnjcfflkhefklaghlmpjlkgbegnbod
Descrizione Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…
Dimensione del File 23.16 KB
Conteggio Installazioni 3,645
Versione Corrente 0.1
Ultimo Aggiornamento 2021-02-11
Data di Pubblicazione 2021-02-11
Valutazione 3.93/5 Totale 15 Valutazioni
Sviluppatore Grejo Joby
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Auto Admit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png"
    }
}