I'll be busy and if you need any of the features mentioned below in roadmap just mail me you'll I'll update the repo within two non-working days.
- local fill - single option
- API fill - random options
- Safari support (very very soon)
- API fill - custom selection
- Autofill random values (text)
- Banner icon
- Usage example video
- Installation video
- Quick Form Filling - Fill forms with first options automatically
- Random Value Generation - API-based random data for all fields
- Complete Form Support - Works with all Google Form field types
- Bulk Submission - Handle multiple submissions at once
- Live Progress Tracking - Monitor submission progress with detailed statistics
- Download the extension files or clone the repository
- Open Chrome and navigate to
chrome://extensions/
- Enable Developer mode by toggling the switch in the top-right corner
- Click the Load unpacked button
- Select the directory containing the extension files
- The extension is now installed and ready to use
Installation video: Coming soon
- Navigate to any Google Form
- Click the extension icon in your browser toolbar
- Choose between Basic Fill (first options) or API Fill (random values)
- For API Fill, set your preferences:
- Toggle "Only fill required fields" if needed
- Set the number of submissions
- Click the fill button and watch the magic happen!
Usage example video: Coming soon
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Here's how to contribute:
# Clone the repository
git clone https://github.com/lqsky7/autoFormer.git
# Create a new branch
git checkout -b feature/your-feature-name
# Make your changes
# ... edit files ...
# Test your changes
# Commit your changes
git add .
git commit -m "Add your detailed commit message here"
# Push to the branch
git push origin feature/your-feature-name
# Create a pull request
# Go to the repository on GitHub and click "Compare & pull request"
Please ensure your code follows the project's coding standards and includes appropriate tests.