Salary Seeker
Calculate the salary range for jobs advertised on Seek.
O que é Salary Seeker?
Salary Seeker é uma extensão do Chrome desenvolvida por cheesestringer, e sua principal característica é "Calculate the salary range for jobs advertised on Seek.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salary Seeker
Baixe arquivos de extensão Salary Seeker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Salary Seeker |
ID | okapllpgbpdbfbpaelpjpgdmholakcfm |
URL Oficial | https://chromewebstore.google.com/detail/salary-seeker/okapllpgbpdbfbpaelpjpgdmholakcfm |
Descrição | Calculate the salary range for jobs advertised on Seek. |
Tamanho do Arquivo | 123 KB |
Contagem de Instalações | 4,777 |
Versão Atual | 1.0.18 |
Última Atualização | 2023-05-03 |
Data de Publicação | 2019-11-16 |
Classificação | 4.91/5 Total de 11 Avaliações |
Desenvolvedor | cheesestringer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/cheesestringer/salary-seeker |
URL da Página de Ajuda | https://github.com/cheesestringer/salary-seeker/issues |
Idiomas Suportados | 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" } |