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
公式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
Eメール [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"
            ]
        }
    ]
}