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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Attendify
ID maedfbhfpngdedflknklncaeepcplecp
官方網址 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"
            ]
        }
    ]
}