Attendance Calulator

Allows VIT students to calculate attendance on the login itself

Attendance Calulatorคืออะไร?

Attendance Calulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lalit.umbarkar9 และคุณลักษณะหลักของมันคือ "Allows VIT students to calculate attendance on the login itself"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Attendance Calulator

ดาวน์โหลดไฟล์ส่วนขยาย Attendance Calulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Having to look for a calculator to see how many classes can be bunked.
Use this extension to calculate attendance on the login itself.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
คำอธิบาย Allows VIT students to calculate attendance on the login itself
ขนาดไฟล์ 4.29 KB
จำนวนการติดตั้ง 584
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2016-06-17
วันที่เผยแพร่ 2016-06-17
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา lalit.umbarkar9
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Attendance Calulator",
    "version": "1",
    "author": "Suman Das",
    "description": "Allows VIT students to calculate attendance on the login itself",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vtop.vit.ac.in\/student\/attn_report.asp?sem=*&fmdt=*&todt=*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    }
}