WaterlooWorks Works

This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…

WaterlooWorks Works là gì?

WaterlooWorks Works là một tiện ích mở rộng Chrome được phát triển bởi Chris Heinemeyer, và tính năng chính của nó là "This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…".

Ả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 WaterlooWorks Works

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

                        This extension modifies waterlooWorks so that:

Pagination is added to the bottom of tables so that it is not necessary to scroll to the top of the page before moving to the next page.

Navigation bar text doesn't disappear when scrolling.

The left bar buttons are fixed in place.

Job pages tab titles and navigation bar text changes to Employer Name - Job Name.

Apply, Shortlist, Not Interested, and Print buttons are added to the navigation bar.

A regex finds common phrases related to a driver's license or vehicle being needed and highlights them, and a warning appears at the top of the description.

The footer size is reduced.

*** 0.6.1 ***
Fixed upload document screen so that the submit button can be enabled                    

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

Tên WaterlooWorks Works WaterlooWorks Works
ID plhaoajbhnjfbdkkimekccjpojkphmmp
URL Chính Thức https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp
Mô tả This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
Kích Thước Tệp 48.6 KB
Số Lần Cài Đặt 685
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2017-02-25
Ngày Phát Hành 2017-02-25
Đánh Giá 4.93/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Chris Heinemeyer
Email [email protected]
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": "WaterlooWorks Works",
    "version": "0.6.1",
    "icons": {
        "32": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/coop-postings*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "autolinker.min.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        },
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/dashboard*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "autolinker.min.js",
                "dashboard.js"
            ]
        },
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/myAccount\/co-op\/documents*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "autolinker.min.js",
                "documents.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fix.css"
    ]
}