Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Co to jest Teams Attendance?
Teams Attendance to rozszerzenie Chrome opracowane przez Sibin S V, a jego główną funkcją jest „This is a simple extension to enter the attendance info into teams.ac.in”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Teams Attendance
Pobierz pliki rozszerzeń Teams Attendance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkhgcbjcohkipefpdagfhihghgomclcj |
| Oficjalny URL | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
| Opis | This is a simple extension to enter the attendance info into teams.ac.in |
| Rozmiar pliku | 13.11 KB |
| Liczba instalacji | 115 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2018-10-13 |
| Data Publikacji | 2018-10-13 |
| Deweloper | Sibin S V |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |