Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Vad är Teams Attendance?
Teams Attendance är en Chrome-tillägg utvecklad av Sibin S V, och dess huvudfunktion är "This is a simple extension to enter the attendance info into teams.ac.in".
Tilläggsskärmbilder
Ladda ner Teams Attendance-förlängningens CRX-fil
Ladda ner Teams Attendance-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
Officiell webbadress | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Beskrivning | This is a simple extension to enter the attendance info into teams.ac.in |
Filstorlek | 13.11 KB |
Antal Installationer | 115 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2018-10-13 |
Publiceringsdatum | 2018-10-13 |
Utvecklare | Sibin S V |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |