A powerful Chrome extension that helps users understand tax-related information and documents using AI. The extension provides real-time assistance for tax-related queries and can analyze tax documents directly from your browser.
- 💬 Interactive AI chat interface for tax-related questions
- 📷 Screenshot analysis of tax documents and forms
- 🔒 Privacy-focused with PII (Personal Identifiable Information) detection
- ⚙️ Customizable settings with OpenAI model selection
- 📝 Chat history management
- 🔐 Secure API key management
(Coming soon)
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Click the extension icon in your Chrome toolbar
- Click the ⚙️ Settings button
- Enter your OpenAI API key
- Select your preferred model (gpt-4o recommended)
- Save your settings
- Click the extension icon while browsing any tax-related website
- Ask questions about taxes or click "Read Page" to analyze the current webpage
- The AI will provide clear, accurate information about tax concepts and guide you through tax-related processes
- No personal data is stored on external servers
- PII detection prevents sharing sensitive information
- API keys are stored securely in Chrome's local storage
- All communication with OpenAI is done via encrypted HTTPS
- Google Chrome browser (version 88 or higher)
- OpenAI API key
- Active internet connection
tax-assistant/
├── manifest.json
├── popup.html
├── popup.js
├── settings.html
├── settings.js
└── styles/
└── main.css
- Clone the repository
- Make your changes
- Load the extension in Chrome using Developer mode
- Test your changes
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This extension is for informational purposes only and should not be considered as professional tax advice. Always consult with a qualified tax professional for specific tax situations.