JCU Class Timetable Downloader

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

JCU Class Timetable Downloader là gì?

JCU Class Timetable Downloader là một tiện ích mở rộng Chrome được phát triển bởi Dezhi, và tính năng chính của nó là "Open Student First website, this downloader can help you to add timetable to your calendar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JCU Class Timetable Downloader

Tải xuống các tệp mở rộng JCU Class Timetable Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
URL Chính Thức https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Mô tả Open Student First website, this downloader can help you to add timetable to your calendar
Kích Thước Tệp 91.07 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-11-05
Nhà Phát Triển Dezhi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}