Teams Attendance
This is a simple extension to enter the attendance info into teams.ac.in
Qu'est-ce que Teams Attendance ?
Teams Attendance est une extension Chrome développée par Sibin S V, et sa fonction principale est "This is a simple extension to enter the attendance info into teams.ac.in".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Teams Attendance
Téléchargez les fichiers d'extension Teams Attendance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | lkhgcbjcohkipefpdagfhihghgomclcj |
URL Officiel | https://chrome.google.com/webstore/detail/teams-attendance/lkhgcbjcohkipefpdagfhihghgomclcj |
Description | This is a simple extension to enter the attendance info into teams.ac.in |
Taille du Fichier | 13.11 KB |
Nombre d'Installations | 115 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-10-13 |
Date de Publication | 2018-10-13 |
Développeur | Sibin S V |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |