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
官方網址 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",
        ""
    ]
}