Attendify
The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
Cos'è Attendify?
Attendify è un'estensione di Chrome sviluppata da Parikshit Juneja && Garv Tandon, e la sua funzione principale è "The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Attendify
Scarica i file di estensione Attendify 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
🎉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
Informazioni di Base sull'Estensione
Nome | Attendify |
ID | maedfbhfpngdedflknklncaeepcplecp |
URL Ufficiale | https://chromewebstore.google.com/detail/attendify/maedfbhfpngdedflknklncaeepcplecp |
Descrizione | The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams |
Dimensione del File | 76.29 KB |
Conteggio Installazioni | 732 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2023-08-19 |
Data di Pubblicazione | 2023-02-07 |
Valutazione | 4.69/5 Totale 13 Valutazioni |
Sviluppatore | Parikshit Juneja && Garv Tandon |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |