Waitlist of Lucidity

Shows waitlist sizes for UT Austin Registration

Waitlist of Lucidity là gì?

Waitlist of Lucidity là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Shows waitlist sizes for UT Austin Registration".

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

screenshot
screenshot

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

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

                        Waitlists are now also displayed directly on the Course Schedule.


Provides a crowdsourced method for students at UT Austin to see the size of waitlisted classes. Visiting "See my waitlists" automatically adds the sizes of a user's waitlists to a Database. Clicking on "See all waitlists" displays all collected waitlist sizes. For best user experience, disable scroll feature on UT Registration Plus.                    

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

Tên Waitlist of Lucidity Waitlist of Lucidity
ID mcnochpjjjljamhiigpkokjcfmmihhic
URL Chính Thức https://chromewebstore.google.com/detail/waitlist-of-lucidity/mcnochpjjjljamhiigpkokjcfmmihhic
Mô tả Shows waitlist sizes for UT Austin Registration
Kích Thước Tệp 6.92 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 1.204
Cập Nhật Lần Cuối 2020-05-05
Ngày Phát Hành 2020-05-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waitlist of Lucidity",
    "description": "Shows waitlist sizes for UT Austin Registration",
    "version": "1.204",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/registrar\/waitlist\/wl_see_my_waitlists.WBX\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/apps\/registrar\/course_schedule\/*"
            ],
            "js": [
                "display.js"
            ]
        }
    ]
}