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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}