WorksUI

Improved WaterlooWorks experience

WorksUIคืออะไร?

WorksUI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gautam Gupta และคุณลักษณะหลักของมันคือ "Improved WaterlooWorks experience"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WorksUI

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}