Attendance Calulator

Allows VIT students to calculate attendance on the login itself

什麼是Attendance Calulator?

Attendance Calulator是由lalit.umbarkar9開發的Chrome擴展程式,該擴展的主要功能是“Allows VIT students to calculate attendance on the login itself”。

擴展截圖

screenshot

下載Attendance Calulator擴展crx文件

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