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によって開発されたChromeの拡張機能で、その主な機能は「Generate an ICS for Google Cal, iCal, etc from BannerWeb」です。
拡張機能のスクリーンショット
Banner Web Calendar Exporter (WPI)拡張機能のCRXファイルをダウンロード
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) |
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 } |