Badger Planner

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

Vad är Badger Planner?

Badger Planner är en Chrome-tillägg utvecklad av Shrey Modi, och dess huvudfunktion är "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Tilläggsskärmbilder

screenshot

Ladda ner Badger Planner-förlängningens CRX-fil

Ladda ner Badger Planner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
Officiell webbadress https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Beskrivning Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Filstorlek 9.78 KB
Antal Installationer 117
Aktuell Version 1.2
Senast Uppdaterad 2022-07-20
Publiceringsdatum 2022-07-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Shrey Modi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Shrey-Modi/Planner-Extension
Stödda Språk 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"
    }
}