seeglassdoor
See Glassdoor information when on a company's website.
Was ist seeglassdoor?
seeglassdoor ist eine Chrome-Erweiterung, die von doobix entwickelt wurde, und ihr Hauptmerkmal ist "See Glassdoor information when on a company's website.".
Erweiterungsscreenshots
seeglassdoor-Erweiterungs-CRX-Datei herunterladen
Laden Sie seeglassdoor-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
Do you ever find yourself visiting a company's website and thinking, "What would it be like to work here?" Now with this Chrome extension, you'll have a 1-click button to see the company's ratings and reviews from Glassdoor! When you are on a website, just click the seeglassdoor button and the company information will be looked up from Glassdoor based on the URL of the Chrome tab that you are currently viewing. For example, if you are viewing yahoo.com and you click the seeglassdoor button, Yahoo company information will pop up. This project is open source. Feel free to contribute by creating issues and pull requests in the GitHub repo here: https://github.com/doobix/seeglassdoor
Grundlegende Informationen zur Erweiterung
Name | seeglassdoor |
ID | cgganckkpjppenjelhbimliplciledbb |
Offizielle URL | https://chromewebstore.google.com/detail/seeglassdoor/cgganckkpjppenjelhbimliplciledbb |
Beschreibung | See Glassdoor information when on a company's website. |
Dateigröße | 54.16 KB |
Installationsanzahl | 179 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2020-07-20 |
Veröffentlichungsdatum | 2016-03-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | doobix |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/doobix/seeglassdoor/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "seeglassdoor", "description": "See Glassdoor information when on a company's website.", "version": "1.2.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "seeglassdoor", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |