WPI Schedule Exporter (2017 Version)

Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.

WPI Schedule Exporter (2017 Version)とは何ですか?

WPI Schedule Exporter (2017 Version)はjpinzによって開発されたChromeの拡張機能で、その主な機能は「Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.」です。

拡張機能のスクリーンショット

screenshot

WPI Schedule Exporter (2017 Version)拡張機能のCRXファイルをダウンロード

WPI Schedule Exporter (2017 Version)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension to export an ICS from your WPI Bannerweb Concise schedule so you can have your schedule on any calendar software. Instead of doing it manually.

Instructions:
1. Bannerweb
2. Student Services & Financial Aid
3. Registration
4. Student Detail Schedule
5. Select Term - IMPORTANT
6. Click Download
7. Import ICS into calendar app of choice

As of now, I've only gotten it to work on Outlook for Windows, and the built in Windows 10 Calendar. Not the Online version.                    

拡張機能の基本情報

名前 WPI Schedule Exporter (2017 Version) WPI Schedule Exporter (2017 Version)
ID copagoajfncgkfpfnlcmmonhdioobcop
公式URL https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop
説明 Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
ファイルサイズ 59.64 KB
インストール数 15
現在のバージョン 1.3.0
最終更新日 2019-08-22
公開日 2019-08-22
開発者 jpinz
支払い方法 free
拡張機能のウェブサイト https://github.com/jpinz/WPIBannerWebICSExporter
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPI Schedule Exporter (2017 Version)",
    "description": "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.",
    "version": "1.3.0",
    "author": "Julian Pinzer (http:\/\/github.com\/jpinz)",
    "permissions": [
        "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js",
        "makeschedule.js",
        "ics.deps.min.js",
        "ics.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "ics.deps.min.js",
                "ics.min.js",
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}