Attendance Calulator
Allows VIT students to calculate attendance on the login itself
ما هو Attendance Calulator؟
Attendance Calulator هو إضافة Chrome تم تطويرها بواسطة lalit.umbarkar9، والميزة الرئيسية لها هي "Allows VIT students to calculate attendance on the login itself".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Attendance Calulator
قم بتنزيل ملفات الامتداد Attendance Calulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Having to look for a calculator to see how many classes can be bunked. Use this extension to calculate attendance on the login itself.
معلومات أساسية عن التمديد
الاسم | Attendance Calulator |
ID | kbjdiknnkobjmhlamhegcdjddinkfaia |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia |
الوصف | Allows VIT students to calculate attendance on the login itself |
حجم الملف | 4.29 KB |
عدد التثبيتات | 584 |
النسخة الحالية | 1 |
آخر تحديث | 2016-06-17 |
تاريخ النشر | 2016-06-17 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | lalit.umbarkar9 |
نوع الدفع | free |
اللغات المدعومة | 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" } } |