WPI Schedule Exporter (2017 Version)
Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
Apa itu WPI Schedule Exporter (2017 Version)?
WPI Schedule Exporter (2017 Version) adalah ekstensi Chrome yang dikembangkan oleh jpinz, dan fitur utamanya adalah "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WPI Schedule Exporter (2017 Version)
Unduh file ekstensi WPI Schedule Exporter (2017 Version) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WPI Schedule Exporter (2017 Version) |
ID | copagoajfncgkfpfnlcmmonhdioobcop |
URL Resmi | https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop |
Deskripsi | Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb. |
Ukuran File | 59.64 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.3.0 |
Terakhir Diperbarui | 2019-08-22 |
Tanggal Publikasi | 2019-08-22 |
Pengembang | jpinz |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jpinz/WPIBannerWebICSExporter |
Bahasa yang Didukung | 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 } |