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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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