Job Hunter is a browser extension designed to help job seekers tailor their resumes to specific job descriptions quickly and efficiently.
- Upload your resume in JSON format
- Input job descriptions
- Generate a prompt for AI-assisted resume tailoring
- Copy generated prompt with a single click
- Clone this repository
- Open your browser's extension management page
- Chrome: chrome://extensions
- Firefox: about:addons
- Enable "Developer mode"
- Click "Load unpacked" and select the
rocket-job
directory
- Click on the Job Hunter extension icon in your browser
- Upload your JSON resume file
- Paste the job description into the provided text area
- Click "Generate Prompt"
- Use the generated prompt with an AI model (e.g., ChatGPT) to tailor your resume
- paste the prompt in the AI model and get the updated resume by clicking generate resume.
- Define and document the required JSON resume format
- Implement input validation for the JSON resume format
- Create a sample JSON resume file for users to reference
- copy right click generate resume
- add support to json resume default template
- LLM integration using api key
- Currently We are generating prompt for the whole resume, we can generate prompt for specific sections of resume like skills, projects, experience etc.
- Customizable Prompts: Allow users to customize the AI prompt template.
- AI Integration: Integrate an AI model directly into the extension.
- Multiple Resume Formats: Support various resume formats (e.g., PDF, DOCX).
- Job Description Scraping: Automatically scrape job descriptions from job boards.
- Resume Analytics: Analyze resumes and provide improvement suggestions.
- Job Matching: Develop an algorithm to match resumes with job descriptions.
- Interview Preparation: Generate potential interview questions.
- Multi-language Support: Implement support for multiple languages.
- Application Tracking: Develop a system to track job applications.
- Resume Version Control: Manage multiple versions of a user's resume.
- Privacy Enhancements: Add options for users to control shared information.
- Integration with Professional Networks: Import resume data from sites like LinkedIn.
- Browser Support: Extend compatibility to other popular browsers.
Contributions are welcome! Please feel free to submit a Pull Request.