Attendify
The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
¿Qué es Attendify?
Attendify es una extensión de Chrome desarrollada por Parikshit Juneja && Garv Tandon, y su función principal es "The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Attendify
Descarga archivos de extensión Attendify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🎉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
Información Básica de la Extensión
Nombre | Attendify |
ID | maedfbhfpngdedflknklncaeepcplecp |
URL Oficial | https://chromewebstore.google.com/detail/attendify/maedfbhfpngdedflknklncaeepcplecp |
Descripción | The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams |
Tamaño del Archivo | 76.29 KB |
Cantidad de Instalaciones | 732 |
Versión Actual | 1.9 |
Última Actualización | 2023-08-19 |
Fecha de Publicación | 2023-02-07 |
Calificación | 4.69/5 Total de 13 Calificaciones |
Desarrollador | Parikshit Juneja && Garv Tandon |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |