Attendance Calulator

Allows VIT students to calculate attendance on the login itself

Attendance Calulator là gì?

Attendance Calulator là một tiện ích mở rộng Chrome được phát triển bởi lalit.umbarkar9, và tính năng chính của nó là "Allows VIT students to calculate attendance on the login itself".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Attendance Calulator

Tải xuống các tệp mở rộng Attendance Calulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Attendance Calulator Attendance Calulator
ID kbjdiknnkobjmhlamhegcdjddinkfaia
URL Chính Thức https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia
Mô tả Allows VIT students to calculate attendance on the login itself
Kích Thước Tệp 4.29 KB
Số Lần Cài Đặt 584
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2016-06-17
Ngày Phát Hành 2016-06-17
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển lalit.umbarkar9
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}