Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Co je Teams Attendance?
Teams Attendance je rozšíření Chrome vyvinuté Sibin S V, a jeho hlavní funkcí je „This is a simple extension to enter the attendance info into teams.ac.in“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Teams Attendance
Stáhněte si soubory rozšíření Teams Attendance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
Oficiální URL | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Popis | This is a simple extension to enter the attendance info into teams.ac.in |
Velikost souboru | 13.11 KB |
Počet instalací | 115 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2018-10-13 |
Datum Vydání | 2018-10-13 |
Vývojář | Sibin S V |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |