GlassSort
This extension sorts companies by GlassDoor ratings
什么是GlassSort?
GlassSort是由https://loganmartel.me开发的Chrome扩展程序,该扩展的主要功能是“This extension sorts companies by GlassDoor ratings”。
扩展截图
下载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 |
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", " |