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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate an ICS for Google Cal, iCal, etc from BannerWeb"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Banner Web Calendar Exporter (WPI) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}