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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |