Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.54 KB

Glassdoor Salaries Chrome Extension

This Chrome extension allows users to quickly search for company salaries on Glassdoor directly from highlighted text in job advertisements or any web page. Simply select a company name, right-click, and choose the "Search Glassdoor Salaries" option to find salary information.

Features

  • Context Menu Integration: Easily search for salaries by selecting text and right-clicking.
  • Dynamic Links: Automatically constructs URLs to the Glassdoor salaries page based on the selected company name.
  • User Notifications: Alerts users about errors or issues in fetching data.

Installation

To install the extension, follow these steps:

  1. Clone the repository:
git clone https://github.com/edsonmedina/chrome-glassdoor-salaries.git
cd chrome-glassdoor-salaries
  1. Load the extension in Chrome:
  • Open Chrome and navigate to chrome://extensions/.
  • Enable "Developer mode" in the top right corner.
  • Click "Load unpacked" and select the chrome-glassdoor-salaries directory.
  1. Usage:
  • Highlight any company name on any web page.
  • Right-click and select "Search Glassdoor Salaries" from the context menu.
  • A new tab will open with the respective Glassdoor salaries page.

Contribution

Feel free to contribute by opening issues or submitting pull requests. Any feedback or suggestions for improvements are also welcome!

License

This is too simple to be licensed. Feel free to use, modify, and distribute this code as you see fit. Attribution is appreciated but not required.