Berkeley Schedule Exporter

Export your Berkeley class schedule!

Berkeley Schedule Exporter क्या है?

Berkeley Schedule Exporter berkeleyschedexport द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your Berkeley class schedule!"।

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

screenshot
screenshot

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

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

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

                        Export your Berkeley class schedule to .ics! (which can be imported to Google Calendar). Should also work with other schools that use collegescheduler.com.

https://github.com/ziyaointl/Schedule-Exporter

Usage

1. Go to CalCentral, My Academics. Select Schedule Planner.

2. Check the courses you want to export. You can select from both Current Schedule and Shopping Cart.

3. Click on the extension icon in the upper right Chrome menu. (You might have to wait a few seconds for the page to fully load before clicking on the icon). You should get a file named calendar.ics. Then, you can import this ics file to whatever calendar platform you desire. Classes automatically repeat weekly starting from the first day of the current semester!                    

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

नाम Berkeley Schedule Exporter Berkeley Schedule Exporter
ID adnjnncenfmhbfaggmchmfelhbafbkmn
आधिकारिक URL https://chrome.google.com/webstore/detail/berkeley-schedule-exporte/adnjnncenfmhbfaggmchmfelhbafbkmn
विवरण Export your Berkeley class schedule!
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 929
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2023-02-26
प्रकाशन तिथि 2020-01-15
रेटिंग 4.28/5 कुल 18 रेटिंग्स
डेवलपर berkeleyschedexport
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ziyaointl/Schedule-Exporter
सहायता पृष्ठ URL https://github.com/ziyaointl/Schedule-Exporter/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Berkeley Schedule Exporter",
    "version": "1.2.4",
    "description": "Export your Berkeley class schedule!",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/export.js",
                "src\/icsjs\/ics.deps.min.js"
            ],
            "matches": [
                "https:\/\/berkeley.collegescheduler.com\/*"
            ]
        }
    ]
}