Badger Planner

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

什麼是Badger Planner?

Badger Planner是由Shrey Modi開發的Chrome擴展程式,該擴展的主要功能是“Read UW portal scheduler website and generate an ics file to add to calendar of your choice”。

擴展截圖

screenshot

下載Badger Planner擴展crx文件

下載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                    

擴展基本資訊

名稱 Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
官方網址 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"
    }
}