Attendance Calulator

Allows VIT students to calculate attendance on the login itself

Wat is Attendance Calulator?

Attendance Calulator is een Chrome-extensie ontwikkeld door lalit.umbarkar9, en de belangrijkste functie is "Allows VIT students to calculate attendance on the login itself".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Attendance Calulator

Download Attendance Calulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
Officiële URL https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
Beschrijving Allows VIT students to calculate attendance on the login itself
Bestandsgrootte 4.29 KB
Aantal Installaties 584
Huidige Versie 1
Laatst Bijgewerkt 2016-06-17
Publicatiedatum 2016-06-17
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar lalit.umbarkar9
Betalingswijze free
Ondersteunde Talen 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"
    }
}