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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Roberts และคุณลักษณะหลักของมันคือ "Generate an ICS for Google Cal, iCal, etc from BannerWeb"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banner Web Calendar Exporter (WPI)

ดาวน์โหลดไฟล์ส่วนขยาย Banner Web Calendar Exporter (WPI) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}