Oscar to iCalendar Converter
Produce iCalendar file from Student Schedule on GT's Oscar.
Cos'è Oscar to iCalendar Converter?
Oscar to iCalendar Converter è un'estensione di Chrome sviluppata da https://www.cemgokmen.com, e la sua funzione principale è "Produce iCalendar file from Student Schedule on GT's Oscar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oscar to iCalendar Converter
Scarica i file di estensione Oscar to iCalendar Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a "Download calendar" button onto Georgia Tech's Oscar Student Schedule page which can be used to add the student's classes for the semester onto their calendar app of choice (e.g. Google Calendar, etc)
Informazioni di Base sull'Estensione
Nome | Oscar to iCalendar Converter |
ID | phaoabghncoogndmfcapglljmnieknkf |
URL Ufficiale | https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf |
Descrizione | Produce iCalendar file from Student Schedule on GT's Oscar. |
Dimensione del File | 144 KB |
Conteggio Installazioni | 99 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-01-08 |
Data di Pubblicazione | 2018-05-14 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | https://www.cemgokmen.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/skyman/oscar2ical |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oscar to iCalendar Converter", "version": "1.1", "author": "Cem Gokmen", "description": "Produce iCalendar file from Student Schedule on GT's Oscar.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/oscar.gatech.edu\/bprod\/bwskfshd.P_CrseSchdDetl" ], "all_frames": true, "css": [ "oscar2ical.css" ], "js": [ "bundle.js" ] } ], "chrome_ui_overrides": { "bookmarks_ui": { "remove_bookmark_shortcut": true, "remove_button": true } } } |