Tailor your resume and draft cover letters instantly using Google’s Gemini AI.
AI Resume Tailor is a Chrome extension that streamlines the job application process by automatically customizing your resume and drafting a professional cover letter based on any selected job description text. Powered by Google’s Gemini API, this tool highlights relevant skills and experiences to maximize your chances of standing out.
- Context‑Menu Integration: Right‑click any job listing or description to generate tailored documents.
- Resume Tailoring: AI‑driven reordering and emphasis of your existing resume content.
- Cover Letter Drafting: Generates a concise, persuasive cover letter customized to the position.
- Real‑time Feedback: Displays progress and results instantly in a popup.
- Clone the repository:
git clone https://github.com/CDFire/AIResumeTailor.git cd AIResumeTailor - Load into Chrome:
- Open
chrome://extensions/in your browser. - Enable Developer mode (toggle in top right).
- Click Load unpacked and select the
AIResumeTailordirectory.
- Open
- Click the extension icon → Options.
- Enter your Google Gemini API Key.
- Paste your base resume text.
Ensure you click Save before closing the options page.
- Navigate to any job posting or description.
- Highlight the job requirements or entire description.
- Right‑click and select AI: Tailor Resume & Draft Cover Letter.
- Wait for the popup to show your tailored resume and cover letter.
- Copy the generated documents into your application materials.
Chrome Context Menu → background.js → callGeminiAPI() → Gemini AI → Popup Display
- background.js: Handles menu events, API calls, state management.
- popup.js: Renders loading state and final documents.
- options.html/js: Stores API key and resume in
chrome.storage.local. - manifest.json: Declares permissions, scripts, and UI components.