Salary Seeker

Calculate the salary range for jobs advertised on Seek.

Salary Seeker là gì?

Salary Seeker là một tiện ích mở rộng Chrome được phát triển bởi cheesestringer, và tính năng chính của nó là "Calculate the salary range for jobs advertised on Seek.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salary Seeker

Tải xuống các tệp mở rộng Salary Seeker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salary Seeker Salary Seeker
ID okapllpgbpdbfbpaelpjpgdmholakcfm
URL Chính Thức https://chromewebstore.google.com/detail/salary-seeker/okapllpgbpdbfbpaelpjpgdmholakcfm
Mô tả Calculate the salary range for jobs advertised on Seek.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 4,777
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2019-11-16
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển cheesestringer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cheesestringer/salary-seeker
URL Trang Trợ Giúp https://github.com/cheesestringer/salary-seeker/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}