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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
            ]
        }
    ]
}