Attendance Calulator
Allows VIT students to calculate attendance on the login itself
Cos'è Attendance Calulator?
Attendance Calulator è un'estensione di Chrome sviluppata da lalit.umbarkar9, e la sua funzione principale è "Allows VIT students to calculate attendance on the login itself".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Attendance Calulator
Scarica i file di estensione Attendance Calulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Having to look for a calculator to see how many classes can be bunked. Use this extension to calculate attendance on the login itself.
Informazioni di Base sull'Estensione
Nome | Attendance Calulator |
ID | kbjdiknnkobjmhlamhegcdjddinkfaia |
URL Ufficiale | https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia |
Descrizione | Allows VIT students to calculate attendance on the login itself |
Dimensione del File | 4.29 KB |
Conteggio Installazioni | 584 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2016-06-17 |
Data di Pubblicazione | 2016-06-17 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | lalit.umbarkar9 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |