WorksUI
Improved WaterlooWorks experience
Qu'est-ce que WorksUI ?
WorksUI est une extension Chrome développée par Gautam Gupta, et sa fonction principale est "Improved WaterlooWorks experience".
Télécharger le fichier CRX de l'extension WorksUI
Téléchargez les fichiers d'extension WorksUI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | WorksUI |
ID | pifacaonomblmikddmennhodpjncoclp |
URL Officiel | https://chromewebstore.google.com/detail/worksui/pifacaonomblmikddmennhodpjncoclp |
Description | Improved WaterlooWorks experience |
Taille du Fichier | 17.99 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2017-08-29 |
Date de Publication | 2017-08-29 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Gautam Gupta |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |