Salary Inspector

This extension will let you see transparent salaries

什么是Salary Inspector?

Salary Inspector是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will let you see transparent salaries”。

扩展截图

screenshot
screenshot

下载Salary Inspector扩展crx文件

下载Salary Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Salary Inspector Salary Inspector
ID ohdgikkchafapofonnddadalgedibpca
官方URL https://chromewebstore.google.com/detail/salary-inspector/ohdgikkchafapofonnddadalgedibpca
简介 This extension will let you see transparent salaries
文件大小 51.72 KB
安装次数 194
当前版本 1.0.2
更新时间 2016-01-22
上架时间 2016-01-21
评分 3.00/5 共5次评分
开发者 Unknown
付费类型 free
扩展官网 http://www.racketracer.com/2016/01/18/linkedin-salary-estimator/
支持的语言 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\/*"
    ]
}