Badger Planner

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

Cos'è Badger Planner?

Badger Planner è un'estensione di Chrome sviluppata da Shrey Modi, e la sua funzione principale è "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Badger Planner

Scarica i file di estensione Badger Planner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
URL Ufficiale https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Descrizione Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Dimensione del File 9.78 KB
Conteggio Installazioni 117
Versione Corrente 1.2
Ultimo Aggiornamento 2022-07-20
Data di Pubblicazione 2022-07-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Shrey Modi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Shrey-Modi/Planner-Extension
Lingue Supportate 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"
    }
}