Attendify
The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
ما هو Attendify؟
Attendify هو إضافة Chrome تم تطويرها بواسطة Parikshit Juneja && Garv Tandon، والميزة الرئيسية لها هي "The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Attendify
قم بتنزيل ملفات الامتداد Attendify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🎉The easiest way to calculate your attendance.🎉 What is the easiest way to find out the total numbers of leaves permitted before each examination? The extension lets you know how many leaves you can take without being debarred from exams. It is that simple and elegant. Attendify identifies your class group and uses the corresponding academic calendar to calculate the leaves permitted before each examination. With attendify eradicate your fear of getting debarred and maintain a minimum 75% of attendance with ease.🎊 Developers:💻 Parikshit Juneja Garv Tandon Logo Designer:🎨 Vishesh Goyal
معلومات أساسية عن التمديد
الاسم | Attendify |
ID | maedfbhfpngdedflknklncaeepcplecp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/attendify/maedfbhfpngdedflknklncaeepcplecp |
الوصف | The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams |
حجم الملف | 76.29 KB |
عدد التثبيتات | 732 |
النسخة الحالية | 1.9 |
آخر تحديث | 2023-08-19 |
تاريخ النشر | 2023-02-07 |
تقييم | 4.69/5 مجموع تقييمات 13 |
المطور | Parikshit Juneja && Garv Tandon |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Attendify", "version": "1.9", "description": "The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/vtop.vit.ac.in\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/vtop.vit.ac.in\/*" ], "js": [ "attendancepage.js" ] } ] } |