Auto Admit for Google Meet™

Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.

O que é Auto Admit for Google Meet™?

Auto Admit for Google Meet™ é uma extensão do Chrome desenvolvida por https://singleton-mah.blogspot.com, e sua principal característica é "Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Admit for Google Meet™

Baixe arquivos de extensão Auto Admit 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

                        When someone requests to join, a pop-up will appear on the Google Meet™ screen.
Clicking on it every time is a hassle.
So this extension works to automatically admit.

Many other extensions click a button named "Admit".
Therefore, they will not work with non-English, non-"Admit" button.

This extension will automatically click the button on the "right side" of the popup.
Usually the right side is the admit button.
Therefore, it supports more languages.

Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners.
Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.                    

Informações Básicas da Extensão

Nome Auto Admit for Google Meet™ Auto Admit for Google Meet™
ID dhpmfgfmifhcipabgnbkhgkihhlnceeg
URL Oficial https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg
Descrição Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
Tamanho do Arquivo 29.79 KB
Contagem de Instalações 2,000
Versão Atual 1.1.1
Última Atualização 2022-04-02
Data de Publicação 2021-06-07
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://singleton-mah.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.1.1",
    "description": "__MSG_AppDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}