Google Attendance Taker

Takes attendance every minute

What is Google Attendance Taker?

Google Attendance Taker is a Chrome extension developed by deepakmanohar, and its main feature is "Takes attendance every minute".

Extension Screenshots

screenshot

Download Google Attendance Taker Extension CRX File

Download Google Attendance Taker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
Official URL https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Description Takes attendance every minute
File Size 41.95 KB
Installation Count 242
Current Version 1.0
Last Updated 2021-08-27
Publish Date 2021-08-27
Rating 3.00/5 Total 1 Ratings
Developer deepakmanohar
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}