Seek Salary Peek

Unlock salary ranges for every job on Seek NZ and AU

Seek Salary Peekคืออะไร?

Seek Salary Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Papillon Software และคุณลักษณะหลักของมันคือ "Unlock salary ranges for every job on Seek NZ and AU"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Seek Salary Peek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of playing salary guessing games with employers on Seek NZ and Seek AU? 

✅ Get real salary ranges for every job, giving you a competitive edge in negotiations.
✅ Make informed career decisions by understanding salary expectations in your industry.
✅ Use salary data as a baseline for salary negotiations, ensuring you get the compensation you deserve.
✅ Runs automatically as soon as you navigate to a Seek site, you don't even need to click anything for it to work!

Don't settle for uncertainty when it comes to your career. Land your dream job in New Zealand or Australia with confidence! Install Seek Salary today and take control of your career.

🚀 Start making data-driven decisions today!

2.1 Updates:
- Salary ranges much more accurate now
- Fixed a bug that threw out accuracy of salary ranges by an extra $10,000
- Salaries now revealed on each job listing page too                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seek Salary Peek Seek Salary Peek
ID edmpglkdfjgoidigadgedmgcabnmghfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seek-salary-peek/edmpglkdfjgoidigadgedmgcabnmghfl
คำอธิบาย Unlock salary ranges for every job on Seek NZ and AU
ขนาดไฟล์ 26.82 KB
จำนวนการติดตั้ง 2,291
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2023-12-29
คะแนน 4.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Papillon Software
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seek Salary Peek",
    "version": "2.1",
    "manifest_version": 3,
    "description": "Unlock salary ranges for every job on Seek NZ and AU",
    "author": {
        "email": "[email protected]"
    },
    "icons": {
        "16": "icons\/logo-au.png",
        "32": "icons\/logo-au.png",
        "48": "icons\/logo-au.png",
        "128": "icons\/logo-au.png"
    },
    "host_permissions": [
        "https:\/\/*.seek.co.nz\/*",
        "https:\/\/*.seek.com.au\/*"
    ],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "scripts\/service-worker.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "components\/seek-salary-range.wc.min.js"
            ],
            "matches": [
                "https:\/\/*.seek.com.au\/*",
                "https:\/\/*.seek.co.nz\/*"
            ]
        }
    ]
}