Salary Inspector

This extension will let you see transparent salaries

Qu'est-ce que Salary Inspector ?

Salary Inspector est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will let you see transparent salaries".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Salary Inspector

Téléchargez les fichiers d'extension Salary Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This chrome extensions allow users to display estimated salaries next to Linkedin profiles. 

Currently it only supports salaries in the United States as the estimates are from released H1-B data from the government. Estimates are also taken from Indeed if the company or position cannot be matched to the database. 

If something isn't working or you have new ideas for features, please email me at jayofeng(at)gmail(dot)com

Happy profile watching!

Edit 1.0.2: Allows the popup to give an explanation for how to use the app.
Gives error messages if the chrome extension cannot match the salaries                    

Informations de Base sur l'Extension

Nom Salary Inspector Salary Inspector
ID ohdgikkchafapofonnddadalgedibpca
URL Officiel https://chromewebstore.google.com/detail/salary-inspector/ohdgikkchafapofonnddadalgedibpca
Description This extension will let you see transparent salaries
Taille du Fichier 51.72 KB
Nombre d'Installations 194
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-01-22
Date de Publication 2016-01-21
Évaluation 3.00/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://www.racketracer.com/2016/01/18/linkedin-salary-estimator/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salary Inspector",
    "description": "This extension will let you see transparent salaries",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.linkedin.com\/*"
    ]
}