WPI Schedule Exporter (2017 Version)

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

ما هو WPI Schedule Exporter (2017 Version)؟

WPI Schedule Exporter (2017 Version) هو إضافة Chrome تم تطويرها بواسطة jpinz، والميزة الرئيسية لها هي "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WPI Schedule Exporter (2017 Version)

قم بتنزيل ملفات الامتداد WPI Schedule Exporter (2017 Version) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Chrome extension to export an ICS from your WPI Bannerweb Concise schedule so you can have your schedule on any calendar software. Instead of doing it manually.

Instructions:
1. Bannerweb
2. Student Services & Financial Aid
3. Registration
4. Student Detail Schedule
5. Select Term - IMPORTANT
6. Click Download
7. Import ICS into calendar app of choice

As of now, I've only gotten it to work on Outlook for Windows, and the built in Windows 10 Calendar. Not the Online version.                    

معلومات أساسية عن التمديد

الاسم WPI Schedule Exporter (2017 Version) WPI Schedule Exporter (2017 Version)
ID copagoajfncgkfpfnlcmmonhdioobcop
عنوان URL الرسمي https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop
الوصف Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
حجم الملف 59.64 KB
عدد التثبيتات 15
النسخة الحالية 1.3.0
آخر تحديث 2019-08-22
تاريخ النشر 2019-08-22
المطور jpinz
نوع الدفع free
موقع الإضافة https://github.com/jpinz/WPIBannerWebICSExporter
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPI Schedule Exporter (2017 Version)",
    "description": "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.",
    "version": "1.3.0",
    "author": "Julian Pinzer (http:\/\/github.com\/jpinz)",
    "permissions": [
        "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js",
        "makeschedule.js",
        "ics.deps.min.js",
        "ics.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "ics.deps.min.js",
                "ics.min.js",
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}