Banner Web Calendar Exporter (WPI)
Generate an ICS for Google Cal, iCal, etc from BannerWeb
Qu'est-ce que Banner Web Calendar Exporter (WPI) ?
Banner Web Calendar Exporter (WPI) est une extension Chrome développée par Paul Roberts, et sa fonction principale est "Generate an ICS for Google Cal, iCal, etc from BannerWeb".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Banner Web Calendar Exporter (WPI)
Téléchargez les fichiers d'extension Banner Web Calendar Exporter (WPI) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Banner Web Calendar Exporter (WPI) |
ID | nmgnobnpdapcjgafgjgekmbnblmnmmmc |
URL Officiel | https://chromewebstore.google.com/detail/banner-web-calendar-expor/nmgnobnpdapcjgafgjgekmbnblmnmmmc |
Description | Generate an ICS for Google Cal, iCal, etc from BannerWeb |
Taille du Fichier | 28.96 KB |
Nombre d'Installations | 277 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-06-27 |
Date de Publication | 2015-06-27 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Paul Roberts |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/paul-roberts-vt/BannerwebCalendarExporterWPI |
Langues Prises en Charge | 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 } |