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