Attendify

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

Co to jest Attendify?

Attendify to rozszerzenie Chrome opracowane przez Parikshit Juneja && Garv Tandon, a jego główną funkcją jest „The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Attendify

Pobierz pliki rozszerzeń Attendify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🎉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                    

Podstawowe informacje o rozszerzeniu

Nazwa Attendify Attendify
ID maedfbhfpngdedflknklncaeepcplecp
Oficjalny URL https://chromewebstore.google.com/detail/attendify/maedfbhfpngdedflknklncaeepcplecp
Opis The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
Rozmiar pliku 76.29 KB
Liczba instalacji 732
Aktualna Wersja 1.9
Ostatnia Aktualizacja 2023-08-19
Data Publikacji 2023-02-07
Ocena 4.69/5 Łącznie 13 Oceny
Deweloper Parikshit Juneja && Garv Tandon
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}