Google Attendance Taker

Takes attendance every minute

O que é Google Attendance Taker?

Google Attendance Taker é uma extensão do Chrome desenvolvida por deepakmanohar, e sua principal característica é "Takes attendance every minute".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Attendance Taker

Baixe arquivos de extensão Google Attendance Taker 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

                        Take attendance using Google Attendance Taker.

This will take attendance on top of the google meet that happens for students. 

Steps: 
1. Install the Extension
2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 
3. On the plugin, load that txt file. 
4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. 

Happy attendance taking!                    

Informações Básicas da Extensão

Nome Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
URL Oficial https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Descrição Takes attendance every minute
Tamanho do Arquivo 41.95 KB
Contagem de Instalações 242
Versão Atual 1.0
Última Atualização 2021-08-27
Data de Publicação 2021-08-27
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor deepakmanohar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Attendance Taker",
    "description": "Takes attendance every minute",
    "version": "1.0",
    "permissions": [
        "alarms",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_popup": "popup.html"
    }
}