Attendance Calulator
Allows VIT students to calculate attendance on the login itself
Apa itu Attendance Calulator?
Attendance Calulator adalah ekstensi Chrome yang dikembangkan oleh lalit.umbarkar9, dan fitur utamanya adalah "Allows VIT students to calculate attendance on the login itself".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Attendance Calulator
Unduh file ekstensi Attendance Calulator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Having to look for a calculator to see how many classes can be bunked. Use this extension to calculate attendance on the login itself.
Informasi Dasar Ekstensi
Nama | Attendance Calulator |
ID | kbjdiknnkobjmhlamhegcdjddinkfaia |
URL Resmi | https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia |
Deskripsi | Allows VIT students to calculate attendance on the login itself |
Ukuran File | 4.29 KB |
Jumlah Instalasi | 584 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2016-06-17 |
Tanggal Publikasi | 2016-06-17 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | lalit.umbarkar9 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |