Badger Planner
Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Что такое Badger Planner?
Badger Planner - это расширение Chrome, разработанное Shrey Modi, и его основная функция - "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".
Снимки экрана расширения
Скачать файл CRX расширения Badger Planner
Скачайте файлы расширений Badger Planner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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                      Основная информация о расширении
| Название |   |  
| ID | cjckdiijaddjmaamffcicioglghpipjg | 
| Официальный URL | https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg | 
| Описание | Read UW portal scheduler website and generate an ics file to add to calendar of your choice | 
| Размер файла | 9.78 KB | 
| Количество установок | 117 | 
| Текущая Версия | 1.2 | 
| Последнее Обновление | 2022-07-20 | 
| Дата публикации | 2022-07-13 | 
| Рейтинг | 5.00/5 Всего 1 оценок | 
| Разработчик | Shrey Modi | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/Shrey-Modi/Planner-Extension | 
| Поддерживаемые языки | 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"
    }
}  |  |