MyUW Calendar Scraper
Import your schedule to Google Calendar!
Was ist MyUW Calendar Scraper?
MyUW Calendar Scraper ist eine Chrome-Erweiterung, die von Forrest Timour entwickelt wurde, und ihr Hauptmerkmal ist "Import your schedule to Google Calendar!".
Erweiterungsscreenshots
MyUW Calendar Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyUW Calendar Scraper-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
For students at the University of Washington! An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications. More details on GitHub: https://github.com/Forrest-T/MyUW-Calendar
Grundlegende Informationen zur Erweiterung
Name | MyUW Calendar Scraper |
ID | neldjllggkogndhhmnfiohcbmpolpmck |
Offizielle URL | https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck |
Beschreibung | Import your schedule to Google Calendar! |
Dateigröße | 56.12 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.2 Beta |
Letztes Update | 2019-01-04 |
Veröffentlichungsdatum | 2019-01-03 |
Entwickler | Forrest Timour |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Forrest-T/MyUW-Calendar |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyUW Calendar Scraper", "version": "1.2", "version_name": "1.2 Beta", "description": "Import your schedule to Google Calendar!", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_action": { "default_icon": "icons\/logo48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |