GlassSort

This extension sorts companies by GlassDoor ratings

GlassSort란 무엇입니까?

GlassSort은(는) https://loganmartel.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sorts companies by GlassDoor ratings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GlassSort 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Too many potential employers to compare on Glassdoor? Tired of Google searching every company you come across on Indeed or LinkedIn? Let's make things easier.

How easy? Just click the extension from any popular job board (think: Indeed, Monster, LinkedIn) to instantly fetch every company with listings in your active Chrome tab -> then click once more to sort them (complete with rating values and Glassdoor URL's). 

See this video demo: 
https://youtu.be/wVZN_DZ8QHQ. 

You can even choose to sort by sub-ratings (e.g. work-life balance, compensation) or save the results to an HTML file!

Current list of supported job boards: LinkedIn, Monster, Indeed, SimplyHired, Eluta, and McGill MyFuture (https://caps.myfuture.mcgill.ca)

NOTE: enforced request delays due to rate-limiting on the Glassdoor API can cause searches to take longer than one might anticipate. For quick searches, I recommend instead bookmarking my webapp found at: http://loganmartel.me/GlassSort/                    

확장 프로그램 기본 정보

이름 GlassSort GlassSort
ID eoopchhbennkafmcbkmpnmkagddiajbp
공식 URL https://chromewebstore.google.com/detail/glasssort/eoopchhbennkafmcbkmpnmkagddiajbp
설명 This extension sorts companies by GlassDoor ratings
파일 크기 161 KB
설치 횟수 49
현재 버전 1.1.0.0
최근 업데이트 2018-06-29
출시 날짜 2018-06-29
평점 5.00/5 총 3 개의 평점
개발자 https://loganmartel.me
결제 유형 free
확장 프로그램 웹 사이트 http://loganmartel.me/GlassSort/
도움말 페이지 URL https://github.com/martelogan/GlassSort
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GlassSort",
    "description": "This extension sorts companies by GlassDoor ratings",
    "version": "1.1.0.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon40.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}