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ファイルをダウンロード

GlassSort拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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",
        ""
    ]
}