WaterlooWorks Works
This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…
Cos'è WaterlooWorks Works?
WaterlooWorks Works è un'estensione di Chrome sviluppata da Chris Heinemeyer, e la sua funzione principale è "This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WaterlooWorks Works
Scarica i file di estensione WaterlooWorks Works in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | WaterlooWorks Works |
ID | plhaoajbhnjfbdkkimekccjpojkphmmp |
URL Ufficiale | https://chromewebstore.google.com/detail/waterlooworks-works/plhaoajbhnjfbdkkimekccjpojkphmmp |
Descrizione | This extension modifies waterlooWorks so that: Pagination is added to the bottom of tables so that it is not necessary to scroll… |
Dimensione del File | 48.6 KB |
Conteggio Installazioni | 685 |
Versione Corrente | 0.6.1 |
Ultimo Aggiornamento | 2017-02-25 |
Data di Pubblicazione | 2017-02-25 |
Valutazione | 4.93/5 Totale 30 Valutazioni |
Sviluppatore | Chris Heinemeyer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |