Banner Web Calendar Exporter (WPI)

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

Banner Web Calendar Exporter (WPI)란 무엇입니까?

Banner Web Calendar Exporter (WPI)은(는) Paul Roberts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate an ICS for Google Cal, iCal, etc from BannerWeb"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Banner Web Calendar Exporter (WPI) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Banner Web Calendar Exporter (WPI) Banner Web Calendar Exporter (WPI)
ID nmgnobnpdapcjgafgjgekmbnblmnmmmc
공식 URL https://chromewebstore.google.com/detail/banner-web-calendar-expor/nmgnobnpdapcjgafgjgekmbnblmnmmmc
설명 Generate an ICS for Google Cal, iCal, etc from BannerWeb
파일 크기 28.96 KB
설치 횟수 277
현재 버전 1.0.2
최근 업데이트 2015-06-27
출시 날짜 2015-06-27
평점 3.67/5 총 3 개의 평점
개발자 Paul Roberts
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/paul-roberts-vt/BannerwebCalendarExporterWPI
지원되는 언어 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
}