WorksUI

Improved WaterlooWorks experience

What is WorksUI?

WorksUI is a Chrome extension developed by Gautam Gupta, and its main feature is "Improved WaterlooWorks experience".

Download WorksUI Extension CRX File

Download WorksUI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Features include:

 * Better/optimal table layout to view job postings
   - Trim long job titles
   - Move id, # openings, and level to end of the table
   - Merge organization and division columns
   - Rename "Remove from shortlist" button to "Shortlisted" to save space
   - Rename columns to shorten column width where apt
   - Duplicate pagination at the bottom of the jobs table
 * Redirect to login page if the session expires
 * Better browser titles

Contribute on https://github.com/ProductVisionClub/WWorksUI                    

Extension Basic Information

Name WorksUI WorksUI
ID pifacaonomblmikddmennhodpjncoclp
Official URL https://chromewebstore.google.com/detail/worksui/pifacaonomblmikddmennhodpjncoclp
Description Improved WaterlooWorks experience
File Size 17.99 KB
Installation Count 37
Current Version 0.4
Last Updated 2017-08-29
Publish Date 2017-08-29
Rating 5.00/5 Total 5 Ratings
Developer Gautam Gupta
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WorksUI",
    "description": "Improved WaterlooWorks experience",
    "version": "0.4",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/waterlooworks.uwaterloo.ca\/*"
            ],
            "js": [
                "scripts\/script.js"
            ]
        }
    ]
}