Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Wat is Teams Attendance?
Teams Attendance is een Chrome-extensie ontwikkeld door Sibin S V, en de belangrijkste functie is "This is a simple extension to enter the attendance info into teams.ac.in".
Extensie Screenshots
Download het CRX-bestand van de extensie Teams Attendance
Download Teams Attendance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | lkhgcbjcohkipefpdagfhihghgomclcj |
| Officiële URL | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
| Beschrijving | This is a simple extension to enter the attendance info into teams.ac.in |
| Bestandsgrootte | 13.11 KB |
| Aantal Installaties | 115 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2018-10-13 |
| Publicatiedatum | 2018-10-13 |
| Ontwikkelaar | Sibin S V |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |