JCU Class Timetable Downloader

Open Student First website, this downloader can help you to add timetable to your calendar

¿Qué es JCU Class Timetable Downloader?

JCU Class Timetable Downloader es una extensión de Chrome desarrollada por Dezhi, y su función principal es "Open Student First website, this downloader can help you to add timetable to your calendar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión JCU Class Timetable Downloader

Descarga archivos de extensión JCU Class Timetable Downloader 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

                        For JCU students ONLY, open Student First website, and install this extentsion. 
1. Click the class you want, or use the "Select All Classes" button, the background color will turn to green.
2. Click "Download to Calendar" button, it will download a calendar file, open it and enjoy the rest.
3. If you want to reselect, right click the web page and click "Reload".                    

Información Básica de la Extensión

Nombre JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
URL Oficial https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Descripción Open Student First website, this downloader can help you to add timetable to your calendar
Tamaño del Archivo 91.07 KB
Cantidad de Instalaciones 15
Versión Actual 1.0.6
Última Actualización 2020-11-07
Fecha de Publicación 2020-11-05
Desarrollador Dezhi
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JCU Class Timetable Downloader",
    "version": "1.0.6",
    "description": "Open Student First website, this downloader can help you to add timetable to your calendar",
    "author": "Dezhi Wang; [email protected]",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/UncleSamJCU\/JCUClassDownloader",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/secure.jcu.edu.sg\/StudentFirst\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/download.js"
            ],
            "run_at": "document_end"
        }
    ]
}