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".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
}
} | |