AshX bot that autofills job application forms using saved profiles. Stop typing the same info over and over. AshX is the smart job application assistant that works on Lever, Greenhouse, Workday, and thousands of other career sites. Features: One-Click Autofill Smart Mapping: Understands specific questions like "Why act us?". Multiple Profiles: Manage different resumes and personas (Frontend, Product, etc.). Private & Secure: Your data lives in your secure Google Account.
No reviews yetBe the first to leave a review for AshX — Discover, Connect, Automate
Maker
📌
I wanted to create a tool that not only automates this soul-crushing process with a single click, but does so intelligently—understanding the context of different forms so job seekers can reclaim their time and focus on preparing for interviews rather than fighting with text boxes.
Applying for jobs has become a strenuous numbers game, forcing applicants to manually enter the exact same information—Name, Email, LinkedIn, Portfolio, and redundant screening questions—across dozens of different ATS platforms like Lever, Greenhouse, and Workday. I was inspired to build AshX out of the sheer frustration of this repetitive data entry.
Initially, the concept started as a straightforward script to map basic fields using simple ID and name matching. However, as I tested it across various platforms, the hidden complexity of modern Applicant Tracking Systems became obvious. The process evolved significantly in a few key areas:
Evolution of "Smart Mapping": I realized basic matching wasn't enough. I had to completely rewrite the content script to use contextual DOM scanning—analyzing previous siblings, parent wrappers, and implementing bidirectional string normalization to accurately detect and fill complex layouts and custom questions seamlessly.
From Single to Multi-Profile: Realizing that a "one-size-fits-all" application strategy no longer works in this job market, I pivoted the architecture to support multiple comprehensive profiles, each holding unique resumes and custom Q&A mappings.
Strict Security Focus: Ensuring compliance with Chrome's Manifest V3 strict "No Remote Code" policies forced me to refine the architecture. I transitioned to relying entirely on native Chrome Identity APIs and secure Firebase Firestore interactions directly in the background worker, ensuring the highest standard of user privacy and modern extension practices.