uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

uWaterloo Schedule Exporter là gì?

uWaterloo Schedule Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://baraa.ca, và tính năng chính của nó là "Export your University of Waterloo class schedule directly from Quest.".

Ả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 uWaterloo Schedule Exporter

Tải xuống các tệp mở rộng uWaterloo Schedule Exporter 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

                        Simply head over to "Academics" -> "Enroll" -> "My Class Schedule" and click on the "Download Schedule" button in the title. Be sure to be in "List View". Then you can import the .ics file into your preferred calendar application.                    

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

Tên uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID epamhdpboimbcdgokgldffcdkfmbmajg
URL Chính Thức https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg
Mô tả Export your University of Waterloo class schedule directly from Quest.
Kích Thước Tệp 94.32 KB
Số Lần Cài Đặt 2,903
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2018-02-22
Ngày Phát Hành 2018-02-22
Đánh Giá 4.46/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://baraa.ca
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": "uWaterloo Schedule Exporter",
    "version": "1.6",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}