Calendarize WebReg

Export your WebReg schedule to your calendars in one click.

Calendarize WebReg là gì?

Calendarize WebReg là một tiện ích mở rộng Chrome được phát triển bởi https://adoryvo.com, và tính năng chính của nó là "Export your WebReg schedule to your calendars in one click.".

Ả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 Calendarize WebReg

Tải xuống các tệp mở rộng Calendarize WebReg 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

                        Highlights:
- Adds your classes as recurring events
- Adds your finals as one time events
- Importable into calendar apps like Google Calendar, Outlook, etc.
- Tested on UCSD WebReg schedules

When you click the extension, your browser runs a script (AKA a program) that takes the text in your WebReg table, organizes it into your schedule information, and creates a `.ics` calendar file.

If you have any concerns about privacy, the program does not store any of the information read in. You may view the source code and read our privacy policy to verify this.                    

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

Tên Calendarize WebReg Calendarize WebReg
ID jloojoppodnaciefbgkokahoglmgpelf
URL Chính Thức https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf
Mô tả Export your WebReg schedule to your calendars in one click.
Kích Thước Tệp 12.04 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-08-07
Nhà Phát Triển https://adoryvo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adoryvo.github.io/calendarize-webreg/
URL Trang Trợ Giúp https://forms.gle/nv2LUzE4SQ3fQVmX7
URL Trang Chính Sách Bảo Mật https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendarize WebReg",
    "description": "Export your WebReg schedule to your calendars in one click.",
    "version": "1.0.1",
    "action": {
        "default_title": "Calendarize WebReg",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}