WorksUI
Improved WaterlooWorks experience
什么是WorksUI?
WorksUI是由Gautam Gupta开发的Chrome扩展程序,该扩展的主要功能是“Improved WaterlooWorks experience”。
下载WorksUI扩展crx文件
下载WorksUI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | WorksUI |
ID | pifacaonomblmikddmennhodpjncoclp |
官方URL | https://chromewebstore.google.com/detail/worksui/pifacaonomblmikddmennhodpjncoclp |
简介 | Improved WaterlooWorks experience |
文件大小 | 17.99 KB |
安装次数 | 37 |
当前版本 | 0.4 |
更新时间 | 2017-08-29 |
上架时间 | 2017-08-29 |
评分 | 5.00/5 共5次评分 |
开发者 | Gautam Gupta |
付费类型 | free |
支持的语言 | 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" ] } ] } |