KU Timetable Wrangler

Extension to find available dates for groups of students.

¿Qué es KU Timetable Wrangler?

KU Timetable Wrangler es una extensión de Chrome desarrollada por Paul Neve / School of CSM @ KU, y su función principal es "Extension to find available dates for groups of students.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión KU Timetable Wrangler

Descarga archivos de extensión KU Timetable Wrangler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre KU Timetable Wrangler KU Timetable Wrangler
ID imihnogajbjbjaajoffilelekedgajkn
URL Oficial https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn
Descripción Extension to find available dates for groups of students.
Tamaño del Archivo 11.58 KB
Cantidad de Instalaciones 54
Versión Actual 1.1.4
Última Actualización 2021-10-20
Fecha de Publicación 2017-11-15
Desarrollador Paul Neve / School of CSM @ KU
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}