WaterlooWorks Works

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

Was ist WaterlooWorks Works?

WaterlooWorks Works ist eine Chrome-Erweiterung, die von Chris Heinemeyer entwickelt wurde, und ihr Hauptmerkmal ist "This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…".

Erweiterungsscreenshots

screenshot

WaterlooWorks Works-Erweiterungs-CRX-Datei herunterladen

Laden Sie WaterlooWorks Works-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name WaterlooWorks Works WaterlooWorks Works
ID plhaoajbhnjfbdkkimekccjpojkphmmp
Offizielle URL https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp
Beschreibung This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
Dateigröße 48.6 KB
Installationsanzahl 685
Aktuelle Version 0.6.1
Letztes Update 2017-02-25
Veröffentlichungsdatum 2017-02-25
Bewertung 4.93/5 Insgesamt 30 Bewertungen
Entwickler Chris Heinemeyer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}