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" ] } ] } |