WPI Schedule Exporter (2017 Version)

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

WPI Schedule Exporter (2017 Version) là gì?

WPI Schedule Exporter (2017 Version) là một tiện ích mở rộng Chrome được phát triển bởi jpinz, và tính năng chính của nó là "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WPI Schedule Exporter (2017 Version)

Tải xuống các tệp mở rộng WPI Schedule Exporter (2017 Version) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WPI Schedule Exporter (2017 Version) WPI Schedule Exporter (2017 Version)
ID copagoajfncgkfpfnlcmmonhdioobcop
URL Chính Thức https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop
Mô tả Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
Kích Thước Tệp 59.64 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2019-08-22
Ngày Phát Hành 2019-08-22
Nhà Phát Triển jpinz
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jpinz/WPIBannerWebICSExporter
Ngôn Ngữ Được Hỗ Trợ 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
}