Banner Web Calendar Exporter (WPI)

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

Banner Web Calendar Exporter (WPI) là gì?

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

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Banner Web Calendar Exporter (WPI) 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

                        Allows users of Banner Web to download an entire semester schedule as a .ics file. This can be imported to various calendar applications including iCal and Google Calendar. This was designed to work with Worcester Polytechnic Institute's(WPI) bannerweb and may not work with others. Will save you a lot of time.
To use login to banner and then click Student Services & Financial Aid -> Registration -> Student Detail Schedule. Then press the large purple button on the top of the page.
Note: On days using the schedule from another day please refer to that day.
Based off of work by Evin Ugur.                    

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

Tên Banner Web Calendar Exporter (WPI) Banner Web Calendar Exporter (WPI)
ID nmgnobnpdapcjgafgjgekmbnblmnmmmc
URL Chính Thức https://chromewebstore.google.com/detail/banner-web-calendar-expor/nmgnobnpdapcjgafgjgekmbnblmnmmmc
Mô tả Generate an ICS for Google Cal, iCal, etc from BannerWeb
Kích Thước Tệp 28.96 KB
Số Lần Cài Đặt 277
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-06-27
Ngày Phát Hành 2015-06-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Paul Roberts
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/paul-roberts-vt/BannerwebCalendarExporterWPI
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Banner Web Calendar Exporter (WPI)",
    "description": "Generate an ICS for Google Cal, iCal, etc from BannerWeb",
    "version": "1.0.2",
    "author": "Paul Roberts based off of work by Evin Ugur. https:\/\/github.com\/paul-roberts-vt\/BannerwebCalendarExporterWPI",
    "permissions": [
        "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
    ],
    "web_accessible_resources": [
        "makeSchedule.js",
        "ics.deps.min.js",
        "ics.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
            ],
            "js": [
                "ics.deps.min.js",
                "ics.min.js",
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}