KU Timetable Wrangler

Extension to find available dates for groups of students.

What is KU Timetable Wrangler?

KU Timetable Wrangler is a Chrome extension developed by Paul Neve / School of CSM @ KU, and its main feature is "Extension to find available dates for groups of students.".

Extension Screenshots

screenshot

Download KU Timetable Wrangler Extension CRX File

Download KU Timetable Wrangler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KU Timetable Wrangler KU Timetable Wrangler
ID imihnogajbjbjaajoffilelekedgajkn
Official URL https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn
Description Extension to find available dates for groups of students.
File Size 11.58 KB
Installation Count 54
Current Version 1.1.4
Last Updated 2021-10-20
Publish Date 2017-11-15
Developer Paul Neve / School of CSM @ KU
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}