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 क्या है?

WaterlooWorks Works Chris Heinemeyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WaterlooWorks Works एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम WaterlooWorks Works WaterlooWorks Works
ID plhaoajbhnjfbdkkimekccjpojkphmmp
आधिकारिक URL https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp
विवरण This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
फ़ाइल का आकार 48.6 KB
स्थापना संख्या 685
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2017-02-25
प्रकाशन तिथि 2017-02-25
रेटिंग 4.93/5 कुल 30 रेटिंग्स
डेवलपर Chris Heinemeyer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}