Attendify

The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams

Co je Attendify?

Attendify je rozšíření Chrome vyvinuté Parikshit Juneja && Garv Tandon, a jeho hlavní funkcí je „The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Attendify

Stáhněte si soubory rozšíření Attendify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🎉The easiest way to calculate your attendance.🎉

What is the easiest way to find out the total numbers of leaves permitted before each examination? The extension lets you know how many leaves you can take without being debarred from exams. It is that simple and elegant.

Attendify identifies your class group and uses the corresponding academic calendar to calculate the leaves permitted before each examination.

With attendify eradicate your fear of getting debarred and maintain a minimum 75% of attendance with ease.🎊

Developers:💻
Parikshit Juneja
Garv Tandon

Logo Designer:🎨
Vishesh Goyal                    

Základní Informace o Rozšíření

Název Attendify Attendify
ID maedfbhfpngdedflknklncaeepcplecp
Oficiální URL https://chromewebstore.google.com/detail/attendify/maedfbhfpngdedflknklncaeepcplecp
Popis The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
Velikost souboru 76.29 KB
Počet instalací 732
Aktuální Verze 1.9
Poslední Aktualizace 2023-08-19
Datum Vydání 2023-02-07
Hodnocení 4.69/5 Celkem 13 Hodnocení
Vývojář Parikshit Juneja && Garv Tandon
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Attendify",
    "version": "1.9",
    "description": "The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/vtop.vit.ac.in\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vtop.vit.ac.in\/*"
            ],
            "js": [
                "attendancepage.js"
            ]
        }
    ]
}