Google meet attendance downloader & autoadmit

This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.

O que é Google meet attendance downloader & autoadmit?

Google meet attendance downloader & autoadmit é uma extensão do Chrome desenvolvida por Md Waqar, e sua principal característica é "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google meet attendance downloader & autoadmit

Baixe arquivos de extensão Google meet attendance downloader & autoadmit 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

                        This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.                    

Informações Básicas da Extensão

Nome Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
URL Oficial https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Descrição This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Tamanho do Arquivo 23.88 KB
Contagem de Instalações 533
Versão Atual 0.0.5
Última Atualização 2021-07-06
Data de Publicação 2021-03-05
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Md Waqar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet attendance downloader & autoadmit",
    "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google meet attendance downloader & autoadmit",
        "default_icon": "logo.png"
    }
}