🎯 See how well each job fits you before you even open it!
Browser extension that shows visual match indicators on job listings based on your resume.
- 🔐 Secure authentication (Google/Microsoft OAuth)
- 📄 Upload and manage resumes
- ✨ Visual match badges on job listings:
- Gold: Excellent match (≥75%)
- Green: Good match (≥65%)
- Blue: Worth checking out (≥50%)
- 🌐 Supported platforms (Netherlands):
- Glassdoor
- NationaleVacaturebank
- WerkZoeken
Install Bun:
curl -fsSL https://bun.sh/install | bash# Install dependencies
bun install
# Build for Chrome
bun run build:chrome
# Build for Firefox
bun run build:firefoxChrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" → select
dist-chrome/
Firefox:
- Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on..."
- Select
dist-firefox/manifest.json
# Development mode with hot reload
bun run dev:chrome
bun run dev:firefox
# Run tests
bun run test
bun run test:watchTo test against a local backend:
# Set local API URL
echo "VITE_API_BASE_URL=http://localhost:8080" > .env
# Build with local API
bun run dev:chromeMake sure your local backend has the extension callback URL configured for OAuth.
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit issues or pull requests.