GlassSort
This extension sorts companies by GlassDoor ratings
Qu'est-ce que GlassSort ?
GlassSort est une extension Chrome développée par https://loganmartel.me, et sa fonction principale est "This extension sorts companies by GlassDoor ratings".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GlassSort
Téléchargez les fichiers d'extension GlassSort au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | GlassSort |
ID | eoopchhbennkafmcbkmpnmkagddiajbp |
URL Officiel | https://chromewebstore.google.com/detail/glasssort/eoopchhbennkafmcbkmpnmkagddiajbp |
Description | This extension sorts companies by GlassDoor ratings |
Taille du Fichier | 161 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1.0.0 |
Dernière Mise à Jour | 2018-06-29 |
Date de Publication | 2018-06-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://loganmartel.me |
Type de Paiement | free |
Site Web de l'Extension | http://loganmartel.me/GlassSort/ |
URL de la Page d'Aide | https://github.com/martelogan/GlassSort |
Langues Prises en Charge | 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", " |