Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Cos'è Teams Attendance?
Teams Attendance è un'estensione di Chrome sviluppata da Sibin S V, e la sua funzione principale è "This is a simple extension to enter the attendance info into teams.ac.in".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Teams Attendance
Scarica i file di estensione Teams Attendance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
URL Ufficiale | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Descrizione | This is a simple extension to enter the attendance info into teams.ac.in |
Dimensione del File | 13.11 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-10-13 |
Data di Pubblicazione | 2018-10-13 |
Sviluppatore | Sibin S V |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |