Badger Planner

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

¿Qué es Badger Planner?

Badger Planner es una extensión de Chrome desarrollada por Shrey Modi, y su función principal es "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Badger Planner

Descarga archivos de extensión Badger Planner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
URL Oficial https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Descripción Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Tamaño del Archivo 9.78 KB
Cantidad de Instalaciones 117
Versión Actual 1.2
Última Actualización 2022-07-20
Fecha de Publicación 2022-07-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Shrey Modi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Shrey-Modi/Planner-Extension
Idiomas Soportados 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"
    }
}