Attendance Calulator

Allows VIT students to calculate attendance on the login itself

Hvad er Attendance Calulator?

Attendance Calulator er en Chrome-udvidelse udviklet af lalit.umbarkar9, og dens hovedfunktion er "Allows VIT students to calculate attendance on the login itself".

Udvidelsesskærmbilleder

screenshot

Download Attendance Calulator-udvidelses-CRX-fil

Download Attendance Calulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Having to look for a calculator to see how many classes can be bunked.
Use this extension to calculate attendance on the login itself.                    

Grundlæggende oplysninger om udvidelsen

Navn Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
Officiel URL https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
Beskrivelse Allows VIT students to calculate attendance on the login itself
Filstørrelse 4.29 KB
Antal Installationer 584
Nuværende Version 1
Senest Opdateret 2016-06-17
Udgivelsesdato 2016-06-17
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler lalit.umbarkar9
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Attendance Calulator",
    "version": "1",
    "author": "Suman Das",
    "description": "Allows VIT students to calculate attendance on the login itself",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vtop.vit.ac.in\/student\/attn_report.asp?sem=*&fmdt=*&todt=*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    }
}