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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🎉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" ] } ] } |