Badger Planner

Read UW portal scheduler website and generate an ics file to add to calendar of your choice

Was ist Badger Planner?

Badger Planner ist eine Chrome-Erweiterung, die von Shrey Modi entwickelt wurde, und ihr Hauptmerkmal ist "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Erweiterungsscreenshots

screenshot

Badger Planner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Badger Planner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
Offizielle URL https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Beschreibung Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Dateigröße 9.78 KB
Installationsanzahl 117
Aktuelle Version 1.2
Letztes Update 2022-07-20
Veröffentlichungsdatum 2022-07-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Shrey Modi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Shrey-Modi/Planner-Extension
Unterstützte Sprachen 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"
    }
}