uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
uWaterloo Schedule Exporter क्या है?
uWaterloo Schedule Exporter https://baraa.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your University of Waterloo class schedule directly from Quest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uWaterloo Schedule Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply head over to "Academics" -> "Enroll" -> "My Class Schedule" and click on the "Download Schedule" button in the title. Be sure to be in "List View". Then you can import the .ics file into your preferred calendar application.
एक्सटेंशन की मूल जानकारी
नाम | uWaterloo Schedule Exporter |
ID | epamhdpboimbcdgokgldffcdkfmbmajg |
आधिकारिक URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg |
विवरण | Export your University of Waterloo class schedule directly from Quest. |
फ़ाइल का आकार | 94.32 KB |
स्थापना संख्या | 2,903 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2018-02-22 |
प्रकाशन तिथि | 2018-02-22 |
रेटिंग | 4.46/5 कुल 37 रेटिंग्स |
डेवलपर | https://baraa.ca |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uWaterloo Schedule Exporter", "version": "1.6", "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" ] } ] } |