Mark Attendance
Chrome extension for marking attendance
Wat is Mark Attendance?
Mark Attendance is een Chrome-extensie ontwikkeld door Viram Sofutions, en de belangrijkste functie is "Chrome extension for marking attendance".
Extensie Screenshots
Download het CRX-bestand van de extensie Mark Attendance
Download Mark 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
It's an edudel web extension for marking attendance superfast. Basisinformatie over de Extensie
| Naam | |
| ID | anbpilcdlnejafnibmiolkelojkiepdi |
| Officiële URL | https://chromewebstore.google.com/detail/mark-attendance/anbpilcdlnejafnibmiolkelojkiepdi |
| Beschrijving | Chrome extension for marking attendance |
| Bestandsgrootte | 26.15 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-06-04 |
| Publicatiedatum | 2018-06-04 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Viram Sofutions |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mark Attendance",
"version": "1.0",
"description": "Chrome extension for marking attendance",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "images\/default.png"
},
"manifest_version": 2
} | |