Estim8.ai — shows current salary on Linkedin

This extension shows you compensation package estimates right on Linkedin profiles

Τι είναι το Estim8.ai — shows current salary on Linkedin;

Το Estim8.ai — shows current salary on Linkedin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://estim8.ai, και η κύρια λειτουργία του είναι "This extension shows you compensation package estimates right on Linkedin profiles".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Estim8.ai — shows current salary on Linkedin

Λήψη αρχείων επέκτασης Estim8.ai — shows current salary on Linkedin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Estim8.ai Chrome Extension predicts how much a candidate is currently paid when you open his/hers Linkedin public profile. Yes, it’s that easy.

As of the current moment, it works only for Software Engineers in the US*.

Here is what you need to do to start:

1. Install the Extension;
2. Open a Linkedin profile of any Software Engineer in the US;
3. Navigate to Estim8’s tab (on the left side of the screen);
4. That’s it. You’ll see our compensation package details right inside the Linkedin profile.

Our data consists of a combination of publicly listed compensation details and estimates predicted by our proprietary AI model.

*p.s. we are working hard to add other markets and positions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Estim8.ai — shows current salary on Linkedin Estim8.ai — shows current salary on Linkedin
ID cjhohccbpbkcealndpfanpclfgcekell
Επίσημο URL https://chromewebstore.google.com/detail/estim8ai-%E2%80%94-shows-current/cjhohccbpbkcealndpfanpclfgcekell
Περιγραφή This extension shows you compensation package estimates right on Linkedin profiles
Μέγεθος Αρχείου 131 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-10-22
Ημερομηνία Δημοσίευσης 2022-09-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://estim8.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://estim8.ai/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Estim8.ai \u2014 shows current salary on Linkedin",
    "description": "This extension shows you compensation package estimates right on Linkedin profiles",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.estim8.ai\/*"
    ],
    "default_locale": "en",
    "action": {
        "default_title": "Estim8.ai",
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/functions.js",
                "\/js\/template.js",
                "\/js\/content.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.estim8.ai\/*"
            ],
            "js": [
                "\/js\/estim8.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}