KU Timetable Wrangler

Extension to find available dates for groups of students.

Cos'è KU Timetable Wrangler?

KU Timetable Wrangler è un'estensione di Chrome sviluppata da Paul Neve / School of CSM @ KU, e la sua funzione principale è "Extension to find available dates for groups of students.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KU Timetable Wrangler

Scarica i file di estensione KU Timetable Wrangler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KU Timetable Wrangler KU Timetable Wrangler
ID imihnogajbjbjaajoffilelekedgajkn
URL Ufficiale https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn
Descrizione Extension to find available dates for groups of students.
Dimensione del File 11.58 KB
Conteggio Installazioni 54
Versione Corrente 1.1.4
Ultimo Aggiornamento 2021-10-20
Data di Pubblicazione 2017-11-15
Sviluppatore Paul Neve / School of CSM @ KU
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}