UVICalendar
Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.
Was ist UVICalendar?
UVICalendar ist eine Chrome-Erweiterung, die von maxwellborden entwickelt wurde, und ihr Hauptmerkmal ist "Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.".
Erweiterungsscreenshots
UVICalendar-Erweiterungs-CRX-Datei herunterladen
Laden Sie UVICalendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you are a University of Victoria student who would like to have their calendar automatically exported at the start of the semester with no fuss, this is your extension. Compatible with all major calendar applications. Automatically fills location, time, and class title. Title includes your section number. No more fumbling through the mobile version of mypage on the first midterm trying to figure out what section you are in. Simply navigate to your detailed timetable and click "export" in the top right. Import the calendar into your favourite app and enjoy the rest of your day!
Grundlegende Informationen zur Erweiterung
Name | UVICalendar |
ID | idopbebpfleclhkdjmppmhgmlpdhlmlj |
Offizielle URL | https://chromewebstore.google.com/detail/uvicalendar/idopbebpfleclhkdjmppmhgmlpdhlmlj |
Beschreibung | Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications. |
Dateigröße | 119 KB |
Installationsanzahl | 40 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-11-08 |
Veröffentlichungsdatum | 2018-11-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | maxwellborden |
Zahlungsart | free |
Hilfeseite URL | https://github.com/Tacklebox/uvicalendar/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UVICalendar", "version": "1.0.2", "description": "Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.", "icons": { "48": "icons\/uc-48.png", "96": "icons\/uc-96.png" }, "browser_action": { "default_icon": { "16": "icons\/uc-16.png", "32": "icons\/uc-32.png" }, "default_title": "UVICalendar" }, "content_scripts": [ { "matches": [ "https:\/\/www.uvic.ca\/BAN1P\/bwskfshd.P_CrseSchdDetl" ], "all_frames": true, "js": [ "content-bundle.js" ] } ] } |