uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

uWaterloo Schedule Exporter क्या है?

uWaterloo Schedule Exporter Xierumeng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your University of Waterloo class schedule directly from Quest."।

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

screenshot

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

crx प्रारूप में uWaterloo Schedule Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.

This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work.                    

एक्सटेंशन की मूल जानकारी

नाम uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
आधिकारिक URL https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
विवरण Export your University of Waterloo class schedule directly from Quest.
फ़ाइल का आकार 290 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.9
अंतिम अपडेट 2021-08-27
प्रकाशन तिथि 2018-10-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Xierumeng
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Xierumeng/uwaterloo-schedule-exporter
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.9",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}