KU Timetable Wrangler
Extension to find available dates for groups of students.
O que é KU Timetable Wrangler?
KU Timetable Wrangler é uma extensão do Chrome desenvolvida por Paul Neve / School of CSM @ KU, e sua principal característica é "Extension to find available dates for groups of students.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KU Timetable Wrangler
Baixe arquivos de extensão KU Timetable Wrangler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | KU Timetable Wrangler |
ID | imihnogajbjbjaajoffilelekedgajkn |
URL Oficial | https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn |
Descrição | Extension to find available dates for groups of students. |
Tamanho do Arquivo | 11.58 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.1.4 |
Última Atualização | 2021-10-20 |
Data de Publicação | 2017-11-15 |
Desenvolvedor | Paul Neve / School of CSM @ KU |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |