Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Что такое Teams Attendance?
Teams Attendance - это расширение Chrome, разработанное Sibin S V, и его основная функция - "This is a simple extension to enter the attendance info into teams.ac.in".
Снимки экрана расширения
Скачать файл CRX расширения Teams Attendance
Скачайте файлы расширений Teams Attendance в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
Официальный URL | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Описание | This is a simple extension to enter the attendance info into teams.ac.in |
Размер файла | 13.11 KB |
Количество установок | 115 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2018-10-13 |
Дата публикации | 2018-10-13 |
Разработчик | Sibin S V |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams Attendance", "version": "1.0.1", "description": "This is a simple extension to enter the attendance info into teams.ac.in", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |