WorksUI
Improved WaterlooWorks experience
Cos'è WorksUI?
WorksUI è un'estensione di Chrome sviluppata da Gautam Gupta, e la sua funzione principale è "Improved WaterlooWorks experience".
Scarica il file CRX dell'estensione WorksUI
Scarica i file di estensione WorksUI 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pifacaonomblmikddmennhodpjncoclp |
| URL Ufficiale | https://chromewebstore.google.com/detail/worksui/pifacaonomblmikddmennhodpjncoclp |
| Descrizione | Improved WaterlooWorks experience |
| Dimensione del File | 17.99 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 0.4 |
| Ultimo Aggiornamento | 2017-08-29 |
| Data di Pubblicazione | 2017-08-29 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Gautam Gupta |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |