Badger Planner

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

What is Badger Planner?

Badger Planner is a Chrome extension developed by Shrey Modi, and its main feature is "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Extension Screenshots

screenshot

Download Badger Planner Extension CRX File

Download Badger Planner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
Official URL https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Description Read UW portal scheduler website and generate an ics file to add to calendar of your choice
File Size 9.78 KB
Installation Count 117
Current Version 1.2
Last Updated 2022-07-20
Publish Date 2022-07-13
Rating 5.00/5 Total 1 Ratings
Developer Shrey Modi
Email [email protected]
Payment Type free
Extension Website https://github.com/Shrey-Modi/Planner-Extension
Supported Languages 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"
    }
}