Trackit | Meet Attendance Tracker

Most advanced and easy to use attendance tracker for google meet.

What is Trackit | Meet Attendance Tracker?

Trackit | Meet Attendance Tracker is a Chrome extension developed by https://visualbrahma.tech, and its main feature is "Most advanced and easy to use attendance tracker for google meet.".

Extension Screenshots

screenshot
screenshot

Download Trackit | Meet Attendance Tracker Extension CRX File

Download Trackit | Meet Attendance Tracker 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

                        Trackit is an attendance tracker tool. Trackit is the solution for saving attendance in google meet video calls. It's totally free to use and anyone can customise it as per their needs. Automatically save attendance during google meet video calls. The extension records attendance automatically when you are in a meet and saves it. Once the meet is over it will open the attendance report in a new tab. You can access your saved attendance data anytime on our website. 
Attendance report can be easily shared by link.

Website : - https://trackitnow.pythonanywhere.com

Source code is available on Github : https://github.com/blaze2004/trackit

Developed by Shubham Tiwari                    

Extension Basic Information

Name Trackit | Meet Attendance Tracker Trackit | Meet Attendance Tracker
ID aopejafeamijmefcoclhohoaggbfhcgh
Official URL https://chromewebstore.google.com/detail/trackit-meet-attendance-t/aopejafeamijmefcoclhohoaggbfhcgh
Description Most advanced and easy to use attendance tracker for google meet.
File Size 310 KB
Installation Count 147
Current Version 1.4
Last Updated 2023-04-26
Publish Date 2022-03-01
Rating 5.00/5 Total 2 Ratings
Developer https://visualbrahma.tech
Email [email protected]
Payment Type free
Extension Website https://trackit.zeabur.app
Help Page URL https://trackit.zeabur.app/mac/docs/
Privacy Policy Page URL https://trackit.zeabur.app/mac/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/mac-logo-128.png",
            "16": "icons\/mac-logo-16.png",
            "32": "icons\/mac-logo-32.png",
            "48": "icons\/mac-logo-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trackit | Meet Attendance Collector"
    },
    "author": "Shubham Tiwari",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "attendance.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "save.js"
            ],
            "matches": [
                "https:\/\/trackit.zeabur.app\/*",
                "https:\/\/trackit.visualbrahma.tech\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Most advanced and easy to use attendance tracker for google meet.",
    "icons": {
        "128": "icons\/mac-logo-128.png",
        "16": "icons\/mac-logo-16.png",
        "32": "icons\/mac-logo-32.png",
        "48": "icons\/mac-logo-48.png"
    },
    "manifest_version": 3,
    "name": "Trackit | Meet Attendance Tracker",
    "permissions": [
        "storage"
    ],
    "version": "1.4"
}