Salary Seeker

Calculate the salary range for jobs advertised on Seek.

Salary Seeker क्या है?

Salary Seeker cheesestringer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate the salary range for jobs advertised on Seek."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salary Seeker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}