UW Class Schedule Exporter

Export your University of Waterloo class schedule to your calendar

什么是UW Class Schedule Exporter?

UW Class Schedule Exporter是由https://keanulee.com开发的Chrome扩展程序,该扩展的主要功能是“Export your University of Waterloo class schedule to your calendar”。

扩展截图

screenshot

下载UW Class Schedule Exporter扩展crx文件

下载UW Class Schedule Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 UW Class Schedule Exporter UW Class Schedule Exporter
ID fdblgakcbbgcghehdiainelnhojenfpe
官方URL https://chromewebstore.google.com/detail/uw-class-schedule-exporte/fdblgakcbbgcghehdiainelnhojenfpe
简介 Export your University of Waterloo class schedule to your calendar
文件大小 48.56 KB
安装次数 339
当前版本 1.1
更新时间 2015-01-09
上架时间 2015-01-09
评分 5.00/5 共11次评分
开发者 https://keanulee.com
付费类型 free
扩展官网 http://keanulee.com/me/projects.php
支持的语言 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"
            ]
        }
    ]
}