WorksUI
Improved WaterlooWorks experience
Apa itu WorksUI?
WorksUI adalah ekstensi Chrome yang dikembangkan oleh Gautam Gupta, dan fitur utamanya adalah "Improved WaterlooWorks experience".
Unduh Berkas CRX Ekstensi WorksUI
Unduh file ekstensi WorksUI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | WorksUI |
ID | pifacaonomblmikddmennhodpjncoclp |
URL Resmi | https://chromewebstore.google.com/detail/worksui/pifacaonomblmikddmennhodpjncoclp |
Deskripsi | Improved WaterlooWorks experience |
Ukuran File | 17.99 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2017-08-29 |
Tanggal Publikasi | 2017-08-29 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Gautam Gupta |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |