KU Timetable Wrangler
Extension to find available dates for groups of students.
Co je KU Timetable Wrangler?
KU Timetable Wrangler je rozšíření Chrome vyvinuté Paul Neve / School of CSM @ KU, a jeho hlavní funkcí je „Extension to find available dates for groups of students.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření KU Timetable Wrangler
Stáhněte si soubory rozšíření KU Timetable Wrangler 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í
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.
Základní Informace o Rozšíření
Název | KU Timetable Wrangler |
ID | imihnogajbjbjaajoffilelekedgajkn |
Oficiální URL | https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn |
Popis | Extension to find available dates for groups of students. |
Velikost souboru | 11.58 KB |
Počet instalací | 54 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2021-10-20 |
Datum Vydání | 2017-11-15 |
Vývojář | Paul Neve / School of CSM @ KU |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |