Auto-join for Google Meet

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

O que é Auto-join for Google Meet?

Auto-join for Google Meet é uma extensão do Chrome desenvolvida por https://www.zoomcorder.com, e sua principal característica é "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto-join for Google Meet

Baixe arquivos de extensão Auto-join for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!
Tamanho do Arquivo 47.3 KB
Contagem de Instalações 977
Versão Atual 1.2
Última Atualização 2021-06-28
Data de Publicação 2021-06-22
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://www.zoomcorder.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://Zoomcorder.com
URL da Página de Ajuda https://Zoomcorder.com/support
URL da Página de Política de Privacidade https://zoomcorder.com/extension/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}