Auto-join for Google Meet

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

¿Qué es Auto-join for Google Meet?

Auto-join for Google Meet es una extensión de Chrome desarrollada por https://www.zoomcorder.com, y su función principal es "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto-join for Google Meet

Descarga archivos de extensión Auto-join for Google Meet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Auto-join for Google Meet Auto-join for Google Meet
ID ajfokipknlmjhcioemgnofkpmdnbaldi
URL Oficial https://chromewebstore.google.com/detail/auto-join-for-google-meet/ajfokipknlmjhcioemgnofkpmdnbaldi
Descripción Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
Tamaño del Archivo 47.3 KB
Cantidad de Instalaciones 977
Versión Actual 1.2
Última Actualización 2021-06-28
Fecha de Publicación 2021-06-22
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://www.zoomcorder.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://Zoomcorder.com
URL de la Página de Ayuda https://Zoomcorder.com/support
URL de la Página de Política de Privacidad https://zoomcorder.com/extension/privacy.html
Idiomas Soportados 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"
            ]
        }
    ]
}