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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
}