JobTracker works in three layers: dedicated extractors for major platforms, smart URL pattern matching for company career pages, and a manual add option for anything else. Here's the full breakdown.
The extension works on any job board. Platforms listed below get automatic title/company/location extraction. Everything else still shows the tracking badge and lets you add the job manually with one click.
Tier 1: Full Auto-Detection
These platforms have dedicated extractors that reliably pull job title, company name, location, and salary (when available) without any manual input.
LinkedIn Jobs
Full extractionExtracts title, company, location, and salary from job detail pages. Works on both the unified job card view and full job description pages.
Greenhouse
Full extractionWorks on boards.greenhouse.io and job-boards.greenhouse.io. Also detects company-specific Greenhouse embeds (e.g., jobs.company.com powered by Greenhouse).
Lever
Full extractionExtracts title, company, location, and department from Lever job postings. Many YC-backed startups use Lever for hiring.
Indeed
Full extractionExtracts title, company, location, and salary from Indeed job listings. Works on job detail pages accessed via search results.
Workday
Full extractionSupports myworkdayjobs.com and company-branded Workday portals. Common at large enterprises, healthcare systems, and Fortune 500 companies.
Ashby
Full extractionExtracts title, company, and location from Ashby job pages. Popular with Series A-C startups, particularly in tech and AI.
BambooHR
Full extractionDetects job pages on company-branded BambooHR career portals. Common at mid-size companies (50-500 employees).
Hiring Cafe
Full extraction + salaryDeep integration via Hiring Cafe's Next.js data layer. Extracts title, company, location, salary range, tech stack, requirements summary, and recruiter email when available.
Tier 2: Smart URL Detection
Even without a dedicated extractor, the extension automatically detects job pages based on URL patterns. This covers hundreds of thousands of company career pages built on various platforms or custom stacks.
The extension recognizes these URL patterns as job pages:
/careers/positions/*
/careers/openings/*
/jobs/apply/*
/jobs/view/*
/jobs/opening/*
jobs.company.com/*
careers.company.com/*
When the extension detects these patterns, it shows the tracking badge (blue + for new, green ✓ for already tracked). Data extraction uses smart heuristics that look at page headings, structured data markup (Schema.org JobPosting), and common CSS class names.
Many job boards embed structured data in their pages using Schema.org's JobPosting format. When this markup is present, JobTracker reads it directly - giving near-perfect extraction accuracy regardless of the platform. Boards that use this markup include many custom ATS systems and well-engineered career pages.
Company Career Pages (Direct)
In addition to ATS platforms, JobTracker works directly on company career pages that match common URL structures. If you're on a job posting at:
- careers.stripe.com - detected via /careers/ pattern
- jobs.apple.com - detected via jobs. subdomain
- shopify.com/careers/123 - detected via /careers/ path
- notion.so/jobs - detected via /jobs path
- Any URL with
/apply/,/openings/, or/positions/
The badge appears and data extraction attempts to find the job title, company, and location from page content.
What Gets Extracted Where
| Platform | Title | Company | Location | Salary | Dept. |
|---|---|---|---|---|---|
| ✓ | ✓ | ✓ | ✓ (if listed) | — | |
| Greenhouse | ✓ | ✓ | ✓ | — | ✓ |
| Lever | ✓ | ✓ | ✓ | — | ✓ |
| Indeed | ✓ | ✓ | ✓ | ✓ (if listed) | — |
| Workday | ✓ | ✓ | ✓ | — | — |
| Ashby | ✓ | ✓ | ✓ | — | — |
| BambooHR | ✓ | ✓ | ~ (varies) | — | — |
| Hiring Cafe | ✓ | ✓ | ✓ | ✓ (salary range) | — |
| Schema.org sites | ✓ | ✓ | ✓ | ✓ (if in markup) | — |
| Other /jobs/ pages | ~ (heuristic) | ~ (heuristic) | ~ (heuristic) | ~ (heuristic) | — |
✓ = reliable extraction ~ = best-effort heuristic — = not extracted
Adding Jobs from Any Site
The extension badge only appears on recognized job pages, but you can track a job from any website:
- Click the JobTracker extension icon in your Chrome toolbar
- Click "Add job manually"
- Fill in the company name, job title, and URL
- Click Save
This works for any job source: email referrals, company Slack channels, personal connections, job fairs, or obscure job boards that aren't auto-detected yet.
When adding manually, you can paste the job URL from any tab - the application saves it so you can revisit the posting later. Even if the job eventually gets removed from the board, your tracked entry stays in the database.
Common Questions
Does it work on Glassdoor?
Glassdoor job listings often redirect to the employer's ATS (Greenhouse, Lever, Workday). The extension detects those destination pages directly. If you're viewing a Glassdoor-hosted listing, the heuristic extractor will attempt to read the title and company from the page.
What about AngelList / Wellfound?
Wellfound (formerly AngelList Talent) uses /jobs/ in its URL structure. The extension detects these pages and attempts heuristic extraction. For best results, add the job title and company manually if the auto-extracted data looks off.
ZipRecruiter, Monster, CareerBuilder?
These boards don't have dedicated extractors yet, but if they use /jobs/ or /apply/ in their URLs the badge appears. Heuristic extraction should get the title and company in most cases. Add any missing fields manually.
Remote.co, We Work Remotely, Remote OK?
Remote job boards vary in URL structure. Remote.co and We Work Remotely use /jobs/ URLs and are picked up by the URL pattern detector. RemoteOK uses a different structure - add those manually. All three boards are on the roadmap for dedicated extractors.
What if the badge doesn't appear on a job page?
If you're on a job posting page but don't see the blue + badge, the URL might not match any known pattern. Use the extension popup to add it manually, and consider opening an issue on GitHub to request support for that board.
Try it on your favorite job board
Free to install. Works locally. No account needed.
Download JobTrackerRelated Guides
- How to track job applications without Excel - the complete system
- Google Sheets vs job application tracker - when to switch
- Privacy-first job search tools - why local-first matters