Mark Attendance
Chrome extension for marking attendance
Co to jest Mark Attendance?
Mark Attendance to rozszerzenie Chrome opracowane przez Viram Sofutions, a jego główną funkcją jest „Chrome extension for marking attendance”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mark Attendance
Pobierz pliki rozszerzeń Mark Attendance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
It's an edudel web extension for marking attendance superfast. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | anbpilcdlnejafnibmiolkelojkiepdi |
| Oficjalny URL | https://chromewebstore.google.com/detail/mark-attendance/anbpilcdlnejafnibmiolkelojkiepdi |
| Opis | Chrome extension for marking attendance |
| Rozmiar pliku | 26.15 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-06-04 |
| Data Publikacji | 2018-06-04 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Viram Sofutions |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |