Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Was ist Teams Attendance?
Teams Attendance ist eine Chrome-Erweiterung, die von Sibin S V entwickelt wurde, und ihr Hauptmerkmal ist "This is a simple extension to enter the attendance info into teams.ac.in".
Erweiterungsscreenshots
Teams Attendance-Erweiterungs-CRX-Datei herunterladen
Laden Sie Teams Attendance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkhgcbjcohkipefpdagfhihghgomclcj |
| Offizielle URL | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
| Beschreibung | This is a simple extension to enter the attendance info into teams.ac.in |
| Dateigröße | 13.11 KB |
| Installationsanzahl | 115 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2018-10-13 |
| Veröffentlichungsdatum | 2018-10-13 |
| Entwickler | Sibin S V |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |