Chrome extension that auto-fills open-ended questions on job applications using AI.
Demo.Video.mp4
- Install: Load
ai_apply_copilotfolder in Chrome (chrome://extensions/) - Configure API in extension popup (MiniMax M2.5 recommended)
- Visit any job application page - questions auto-detected
- Click ⚡ to generate AI responses
- Auto-detects open-ended questions on job forms
- Works with Simplify extension
- Supports MiniMax, OpenAI, Ollama, and any OpenAI-compatible API
- Context-aware: reads job descriptions for relevant answers
- Click extension icon → API tab
- Enter API settings (MiniMax recommended):
- Base URL:
https://api.minimax.chat/v1 - Model:
MiniMax-M2.5 - API Key: Get from platform.minimax.io
- Base URL:
- Test Connection
| Provider | Base URL | Model |
|---|---|---|
| OpenAI | https://api.openai.com/v1 |
gpt-4o-mini |
| Ollama | http://localhost:11434/v1 |
llama3 |
All data stays local. API keys stored in Chrome. Only your configured AI API receives data.
MIT