Attendify
The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams
什么是Attendify?
Attendify是由Parikshit Juneja && Garv Tandon开发的Chrome扩展程序,该扩展的主要功能是“The most accurate attendance calculator that lets you know how many leaves you can take without being debarred from exams”。
扩展截图
下载Attendify扩展crx文件
下载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" ] } ] } |