Oscar to iCalendar Converter

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

Oscar to iCalendar Converter क्या है?

Oscar to iCalendar Converter https://www.cemgokmen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Produce iCalendar file from Student Schedule on GT's Oscar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oscar to iCalendar Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Oscar to iCalendar Converter Oscar to iCalendar Converter
ID phaoabghncoogndmfcapglljmnieknkf
आधिकारिक URL https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf
विवरण Produce iCalendar file from Student Schedule on GT's Oscar.
फ़ाइल का आकार 144 KB
स्थापना संख्या 99
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-01-08
प्रकाशन तिथि 2018-05-14
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://www.cemgokmen.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/skyman/oscar2ical
समर्थित भाषाएँ 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
        }
    }
}