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」です。
拡張機能のスクリーンショット
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 |
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" } } |