Skip to content

builtforme/LinkedIncognito

Repository files navigation

LinkedIncognito

This chrome extension anonymizes candidate profiles to reduce unconscious bias. It currently works on:

  • https://angel.co/<company>/track/candidate/<candidate_id>/<candidate_name>
  • https://angel.co/<company>/track
  • https://www.linkedin.com/in/<profile>
  • https://www.linkedin.com/search/results/index/?keywords=<keywords>&origin=GLOBAL_SEARCH_HEADER
  • https://www.linkedin.com/in/<yourself>

On the AngelList candidate tracker, it turns

candidate

into

anonymized candidate

On LinkedIn profile pages, it turns

person

intchro

anonymized person

Installation

Install from the Chrome Web Store.

Development

Install from a local checkout by performing these steps:

  1. Clone this repo locally
    git clone https://github.com/builtforme/LinkedIncognito.git
  2. In Chrome, go to chrome://extensions
  3. Check "Developer mode"
  4. Click "Load unpacked extension..."
  5. Find and select the LinkedIncognito directory created from step 1

Linting

An ESLint configuration file is part of this repo, to get started and run the linter:

  1. Install ESLint globally
    npm i -g eslint
  2. In the project directory, run the following command to lint all the JavaScript files in the project:
    eslint *.js

Deployment

Only BuiltForMe can deploy to the Chrome Web Store.

  1. Appropriately update the version number in manifest.json.
  2. Generate a zip file by running zip li.zip *.png *.js *.json *.html
  3. Upload to Chrome Web Store

About

Chrome Extension to anonymize candidate profiles to reduce unconscious bias.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •