GlassSort
This extension sorts companies by GlassDoor ratings
Cos'è GlassSort?
GlassSort è un'estensione di Chrome sviluppata da https://loganmartel.me, e la sua funzione principale è "This extension sorts companies by GlassDoor ratings".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GlassSort
Scarica i file di estensione GlassSort in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | GlassSort |
ID | eoopchhbennkafmcbkmpnmkagddiajbp |
URL Ufficiale | https://chromewebstore.google.com/detail/glasssort/eoopchhbennkafmcbkmpnmkagddiajbp |
Descrizione | This extension sorts companies by GlassDoor ratings |
Dimensione del File | 161 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.1.0.0 |
Ultimo Aggiornamento | 2018-06-29 |
Data di Pubblicazione | 2018-06-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://loganmartel.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://loganmartel.me/GlassSort/ |
URL della Pagina di Aiuto | https://github.com/martelogan/GlassSort |
Lingue Supportate | 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", " |