An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



telescope


Chrome Extension to get Glassdoor Reviews




build-status


chrome-extension-version

chrome-extension-version


chrome-extension-version

* [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