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"
            ]
        }
    ]
}