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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your University of Waterloo class schedule to your calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UW Class Schedule Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}