Salary Seeker
Calculate the salary range for jobs advertised on Seek.
什麼是Salary Seeker?
Salary Seeker是由cheesestringer開發的Chrome擴展程式,該擴展的主要功能是“Calculate the salary range for jobs advertised on Seek.”。
擴展截圖
下載Salary Seeker擴展crx文件
下載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 |
官方網址 | 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" } |