An AI-powered auto form filler Chrome extension.
AutoFormFillChromeExtensionClient is designed to automatically fill web forms using AI, improving user productivity and reducing repetitive tasks. This extension leverages intelligent algorithms to detect form fields and suggest or auto-fill relevant information.
- AI-powered form field detection
- Automatic and manual form filling
- Privacy-focused: data is processed locally
- Easy-to-use interface
- Customizable profiles
- Clone the repository
git clone https://github.com/jimokonma/AutoFormFillChromeExtensionClient.git
- Install dependencies
npm install
- Load the extension in Chrome
- Go to
chrome://extensions/ - Enable Developer Mode
- Click "Load unpacked" and select the project directory
- Go to
Collaboration is welcome and encouraged! If you’re interested in improving the extension, proposing new features, or fixing bugs, please follow these steps:
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature
- Make your changes
- Commit and push
- Open a Pull Request
Please review the CONTRIBUTING.md guidelines before submitting your PR.
If you encounter any problems or have suggestions, please open an issue.