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
公式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
Eメール [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"
    }
}