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\/*"
    ]
}