UW Class Schedule Exporter

Export your University of Waterloo class schedule to your calendar

UW Class Schedule Exporter là gì?

UW Class Schedule Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://keanulee.com, và tính năng chính của nó là "Export your University of Waterloo class schedule 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 UW Class Schedule Exporter

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

                        Are you tired of typing your university class schedule into your calendar application? Get UW Class Schedule to ICS and export your entire University of Waterloo class schedule, including lectures, tutorials, labs, seminars, and midterms, in one click. You can import the generated iCalendar (.ics) file into many popular calendar applications, including Outlook, OS X Calendar, and Google Calendar.

Features:
* Export your University of Waterloo class schedule by clicking "Download"
* Includes all class components (lectures, tutorials, midterms, etc.)
* Classroom information in the Location field, where it belongs
* Recurring events until the last day of classes
* Detailed class information in the Description field
* Absolutely free, no in-app purchases, and no ads - the way apps should be

Disclaimer:
Not affiliated with or endorsed by the University of Waterloo. UW Class Schedule to ICS is provided "as is" without warranty of any kind, either express of implied, and support may be terminated at any time. Outlook, OS X Calendar, and Google Calendar are registered trademarks of their respective owners.                    

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

Tên UW Class Schedule Exporter UW Class Schedule Exporter
ID fdblgakcbbgcghehdiainelnhojenfpe
URL Chính Thức https://chromewebstore.google.com/detail/uw-class-schedule-exporte/fdblgakcbbgcghehdiainelnhojenfpe
Mô tả Export your University of Waterloo class schedule to your calendar
Kích Thước Tệp 48.56 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-01-09
Ngày Phát Hành 2015-01-09
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://keanulee.com
Loại Thanh Toán free
Trang Web Mở Rộng http://keanulee.com/me/projects.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UW Class Schedule Exporter",
    "version": "1.1",
    "description": "Export your University of Waterloo class schedule to your calendar",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-1.9.1.min.js",
                "content_script.js"
            ]
        }
    ]
}