Auto-join for Google Meet

Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!

Cos'è Auto-join for Google Meet?

Auto-join for Google Meet è un'estensione di Chrome sviluppata da https://www.zoomcorder.com, e la sua funzione principale è "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto-join for Google Meet

Scarica i file di estensione Auto-join for Google Meet 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

                        Get connected to Google Meet meetings faster by *automatically* clicking the "Join" or "Ask to Join" button! No more waiting to enter a meeting only to find you have to find a tab and click a button when you already clicked the link! 

It's how Google Meet should work in the first place. Click "Add to Chrome" button in the upper right corner to get doing meetings faster. 

Anytime to you connect to a video meeting a countdown timer will appear and when it hits 0 you will be automatically joined to the meeting.  If for some reason you, don't want to auto-connect you can click the Cancel button.

Easy, fast, safe, and light!

Finally, you won't be sitting there wondering why you are not in the meeting!

This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to immediately experience the goodness of this free and useful software!                    

Informazioni di Base sull'Estensione

Nome Auto-join for Google Meet Auto-join for Google Meet
ID ajfokipknlmjhcioemgnofkpmdnbaldi
URL Ufficiale https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi
Descrizione Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
Dimensione del File 47.3 KB
Conteggio Installazioni 977
Versione Corrente 1.2
Ultimo Aggiornamento 2021-06-28
Data di Pubblicazione 2021-06-22
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://www.zoomcorder.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://Zoomcorder.com
URL della Pagina di Aiuto https://Zoomcorder.com/support
URL della Pagina della Politica sulla Privacy https://zoomcorder.com/extension/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-join for Google Meet",
    "version": "1.2",
    "description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meet.google.com\/*",
                "*:\/\/*.gotowebinar.com\/*",
                "*:\/\/*.gotomeeting.com\/*",
                "*:\/\/*.zoom.us\/*",
                "*:\/\/*.zoomgov.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ]
}