KU Timetable Wrangler
Extension to find available dates for groups of students.
Co to jest KU Timetable Wrangler?
KU Timetable Wrangler to rozszerzenie Chrome opracowane przez Paul Neve / School of CSM @ KU, a jego główną funkcją jest „Extension to find available dates for groups of students.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KU Timetable Wrangler
Pobierz pliki rozszerzeń KU Timetable Wrangler 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
This is an extension intended for use in a single institution to address a specific tedious data retrieval need. If you know what this extension is for, have at it! Otherwise, this application is of no use to anyone outside of this context.
Podstawowe informacje o rozszerzeniu
Nazwa | KU Timetable Wrangler |
ID | imihnogajbjbjaajoffilelekedgajkn |
Oficjalny URL | https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn |
Opis | Extension to find available dates for groups of students. |
Rozmiar pliku | 11.58 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2021-10-20 |
Data Publikacji | 2017-11-15 |
Deweloper | Paul Neve / School of CSM @ KU |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon128.png" }, "name": "KU Timetable Wrangler", "description": "Extension to find available dates for groups of students.", "version": "1.1.4", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.kingston.ac.uk\/*", "http:\/\/*.kingston.ac.uk\/*", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_title": "Timetable Wrangler" } } |