Attendance Calulator

Allows VIT students to calculate attendance on the login itself

Qu'est-ce que Attendance Calulator ?

Attendance Calulator est une extension Chrome développée par lalit.umbarkar9, et sa fonction principale est "Allows VIT students to calculate attendance on the login itself".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Attendance Calulator

Téléchargez les fichiers d'extension Attendance Calulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
URL Officiel https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
Description Allows VIT students to calculate attendance on the login itself
Taille du Fichier 4.29 KB
Nombre d'Installations 584
Version Actuelle 1
Dernière Mise à Jour 2016-06-17
Date de Publication 2016-06-17
Évaluation 3.33/5 Total 3 Évaluations
Développeur lalit.umbarkar9
Type de Paiement free
Langues Prises en Charge 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"
    }
}