Badger Planner

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

O que é Badger Planner?

Badger Planner é uma extensão do Chrome desenvolvida por Shrey Modi, e sua principal característica é "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Badger Planner

Baixe arquivos de extensão Badger Planner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
URL Oficial https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Descrição Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Tamanho do Arquivo 9.78 KB
Contagem de Instalações 117
Versão Atual 1.2
Última Atualização 2022-07-20
Data de Publicação 2022-07-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Shrey Modi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Shrey-Modi/Planner-Extension
Idiomas Suportados 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"
    }
}