Oscar to iCalendar Converter

Produce iCalendar file from Student Schedule on GT's Oscar.

What is Oscar to iCalendar Converter?

Oscar to iCalendar Converter is a Chrome extension developed by https://www.cemgokmen.com, and its main feature is "Produce iCalendar file from Student Schedule on GT's Oscar.".

Extension Screenshots

screenshot

Download Oscar to iCalendar Converter Extension CRX File

Download Oscar to iCalendar Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Oscar to iCalendar Converter Oscar to iCalendar Converter
ID phaoabghncoogndmfcapglljmnieknkf
Official URL https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf
Description Produce iCalendar file from Student Schedule on GT's Oscar.
File Size 144 KB
Installation Count 99
Current Version 1.1
Last Updated 2021-01-08
Publish Date 2018-05-14
Rating 4.25/5 Total 4 Ratings
Developer https://www.cemgokmen.com
Email [email protected]
Payment Type free
Extension Website https://github.com/skyman/oscar2ical
Supported Languages 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
        }
    }
}