Badger Planner
Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Wat is Badger Planner?
Badger Planner is een Chrome-extensie ontwikkeld door Shrey Modi, en de belangrijkste functie is "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".
Extensie Screenshots
Download het CRX-bestand van de extensie Badger Planner
Download Badger Planner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Read UW portal scheduler website and generate an ics file to add to calendar of your choice. This Extension will give you two buttons to click. One to open the UW portal Schedule website and another to download an ics file based on your schedule. You can then import the downloaded ics file to the calendar of your choice. I have linked a video demo on how to do this for outlook.
https://youtu.be/HtoQzgUrQPQ
Logo Credit:
Viajaste, CC BY-SA 4.0 , via Wikimedia Commons Basisinformatie over de Extensie
| Naam | |
| ID | cjckdiijaddjmaamffcicioglghpipjg |
| Officiële URL | https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg |
| Beschrijving | Read UW portal scheduler website and generate an ics file to add to calendar of your choice |
| Bestandsgrootte | 9.78 KB |
| Aantal Installaties | 117 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-07-20 |
| Publicatiedatum | 2022-07-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Shrey Modi |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Shrey-Modi/Planner-Extension |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Badger Planner",
"description": "Read UW portal scheduler website and generate an ics file to add to calendar of your choice",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/images\/logo_final\/logo.png"
}
},
"icons": {
"128": "\/images\/logo_final\/logo.png"
}
} | |