LinkedGlass
View a company's Glassdoor rating while searching LinkedIn jobs
Was ist LinkedGlass?
LinkedGlass ist eine Chrome-Erweiterung, die von nicholas.condo entwickelt wurde, und ihr Hauptmerkmal ist "View a company's Glassdoor rating while searching LinkedIn jobs".
Erweiterungsscreenshots
LinkedGlass-Erweiterungs-CRX-Datei herunterladen
Laden Sie LinkedGlass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | LinkedGlass |
ID | fpbdaidhinajmkodbahbnbhbhbklalcd |
Offizielle URL | https://chromewebstore.google.com/detail/linkedglass/fpbdaidhinajmkodbahbnbhbhbklalcd |
Beschreibung | View a company's Glassdoor rating while searching LinkedIn jobs |
Dateigröße | 43.64 KB |
Installationsanzahl | 172 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2016-08-26 |
Veröffentlichungsdatum | 2016-08-26 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | nicholas.condo |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |