https://github.com/jaebradley/telescope-chrome-extension
Chrome Extension that provides Glassdoor Data in LinkedIn
https://github.com/jaebradley/telescope-chrome-extension
chrome-extension glassdoor glassdoor-information glassdoor-ratings
Last synced: 7 months ago
JSON representation
Chrome Extension that provides Glassdoor Data in LinkedIn
- Host: GitHub
- URL: https://github.com/jaebradley/telescope-chrome-extension
- Owner: jaebradley
- Created: 2019-09-20T05:21:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:54:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T15:50:41.352Z (9 months ago)
- Topics: chrome-extension, glassdoor, glassdoor-information, glassdoor-ratings
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/lgphjiclbioogghoddaaekfedbolnofn
- Size: 2.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chrome Extension to get Glassdoor Reviews
* [Introduction](#introduction)
* [Development](#development)## Introduction
For better or worse, [**Glassdoor**](https://glassdoor.com/index.htm) can be a source of useful information about the work environment at a particular company.
Often times, it's helpful to have Glassdoor information at your fingertips when searching for jobs.
This Chrome extension currently integrates with **LinkedIn** such that one can lookup a company's high-level Glassdoor information simply by highlighting the company's name, right-clicking the selected text, and selecting the `See Glassdoor Data` option in the subsequent menu.
## Development
This project uses [`nvm`](https://github.com/nvm-sh/nvm) to maintain a consistent `node` version.
The typical development flow will look something like
* `nvm install` - ensure the correct `node` version is being used
* `npm install` - ensure all dependencies are up-to-date
* `npm run start:dev` - start the local Webpack development server that will be watching file changes and updating the output directory (`build`)
* This project uses [`webpack-chrome-extension-reloader`](https://github.com/rubenspgcavalcante/webpack-chrome-extension-reloader) which should automatically reload Chrome with the latest extension changes
* Go to `chrome://extensions` and load the unpacked extension from the output directory (`build`)
* Go to **LinkedIn** and test behavior / any changes that have been made