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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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