Salary Seeker
Calculate the salary range for jobs advertised on Seek.
Salary Seekerคืออะไร?
Salary Seeker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cheesestringer และคุณลักษณะหลักของมันคือ "Calculate the salary range for jobs advertised on Seek."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salary Seeker
ดาวน์โหลดไฟล์ส่วนขยาย Salary Seeker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take the guess work out of job hunting. Calculates the hidden advertising range from potential employers to help you make informed decisions when applying for jobs or negotiating your salary. Supports Seek Australia and New Zealand. This extension is not connected with, or approved by, Seek Limited. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/salary-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salary Seeker |
ID | okapllpgbpdbfbpaelpjpgdmholakcfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salary-seeker/okapllpgbpdbfbpaelpjpgdmholakcfm |
คำอธิบาย | Calculate the salary range for jobs advertised on Seek. |
ขนาดไฟล์ | 123 KB |
จำนวนการติดตั้ง | 4,777 |
เวอร์ชันปัจจุบัน | 1.0.18 |
อัปเดตครั้งล่าสุด | 2023-05-03 |
วันที่เผยแพร่ | 2019-11-16 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | cheesestringer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/cheesestringer/salary-seeker |
URL หน้าช่วยเหลือ | https://github.com/cheesestringer/salary-seeker/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salary Seeker", "version": "1.0.18", "description": "Calculate the salary range for jobs advertised on Seek.", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "18": "icons\/icon18.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.seek.com.au\/*", "https:\/\/www.seek.co.nz\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self' https:\/\/*.seek.com.au" } |