Attendance Calulator

Allows VIT students to calculate attendance on the login itself

What is Attendance Calulator?

Attendance Calulator is a Chrome extension developed by lalit.umbarkar9, and its main feature is "Allows VIT students to calculate attendance on the login itself".

Extension Screenshots

screenshot

Download Attendance Calulator Extension CRX File

Download Attendance Calulator 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

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

Extension Basic Information

Name Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
Official URL https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
Description Allows VIT students to calculate attendance on the login itself
File Size 4.29 KB
Installation Count 584
Current Version 1
Last Updated 2016-06-17
Publish Date 2016-06-17
Rating 3.33/5 Total 3 Ratings
Developer lalit.umbarkar9
Payment Type free
Supported Languages 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"
    }
}