Berkeley Schedule Exporter

Export your Berkeley class schedule!

什么是Berkeley Schedule Exporter?

Berkeley Schedule Exporter是由berkeleyschedexport开发的Chrome扩展程序,该扩展的主要功能是“Export your Berkeley class schedule!”。

扩展截图

screenshot
screenshot

下载Berkeley Schedule Exporter扩展crx文件

下载Berkeley Schedule Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}