Badger Planner

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

Badger Planner là gì?

Badger Planner là một tiện ích mở rộng Chrome được phát triển bởi Shrey Modi, và tính năng chính của nó là "Read UW portal scheduler website and generate an ics file to add to calendar of your choice".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Badger Planner

Tải xuống các tệp mở rộng Badger Planner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Badger Planner Badger Planner
ID cjckdiijaddjmaamffcicioglghpipjg
URL Chính Thức https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg
Mô tả Read UW portal scheduler website and generate an ics file to add to calendar of your choice
Kích Thước Tệp 9.78 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-07-20
Ngày Phát Hành 2022-07-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Shrey Modi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Shrey-Modi/Planner-Extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}