This extension allows LinkedIn users to sort and filter jobs from their personalized LinkedIn recommended feed. You can install the extension from the Chrome webstore here. If you'd like to build and load the extension to your browser yourself, you can follow the steps below.
First, run the development server:
pnpm dev
# or
npm run devOpen your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.
This extension was built using my browser-extension-starter-plasmo-shadcn-trpc template.