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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🎉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"
            ]
        }
    ]
}