LinkedGlass
View a company's Glassdoor rating while searching LinkedIn jobs
Hvad er LinkedGlass?
LinkedGlass er en Chrome-udvidelse udviklet af nicholas.condo, og dens hovedfunktion er "View a company's Glassdoor rating while searching LinkedIn jobs".
Udvidelsesskærmbilleder
Download LinkedGlass-udvidelses-CRX-fil
Download LinkedGlass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
LinkedGlass displays a company's Glassdoor rating while searching LinkedIn jobs. Hovering over a company's name will show the Glassdoor rating for that company, and provide a link to open Glassdoor in a new tab for more in-depth research.
Grundlæggende oplysninger om udvidelsen
Navn | LinkedGlass |
ID | fpbdaidhinajmkodbahbnbhbhbklalcd |
Officiel URL | https://chromewebstore.google.com/detail/linkedglass/fpbdaidhinajmkodbahbnbhbhbklalcd |
Beskrivelse | View a company's Glassdoor rating while searching LinkedIn jobs |
Filstørrelse | 43.64 KB |
Antal Installationer | 172 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2016-08-26 |
Udgivelsesdato | 2016-08-26 |
Bedømmelse | 4.56/5 Samlet 9 Bedømmelser |
Udvikler | nicholas.condo |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedGlass", "description": "View a company's Glassdoor rating while searching LinkedIn jobs", "version": "1.0.4", "author": "Nicholas Condo", "icons": { "48": "lg_icon48.png", "128": "lg_icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/jobs\/search?*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.0.min.js", "config.js", "contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/api.glassdoor.com\/*" ] } |