GForm Automator is a Chrome extension for automating Google Forms using AI providers. It provides a popup UI, background worker, and content script to extract, fill, and submit forms on docs.google.com/forms/*.
- Automate Google Forms workflows
- Supports AI provider integration through hosted APIs
- Built with TypeScript and Rollup
- Loads as a Chrome extension with a popup UI
- Install dependencies:
npm install
- Build the extension:
npm run build
- Open Chrome and go to
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
extension/folder created by the build
src/- TypeScript source files and extension assetssrc/extension/- extension manifest, popup HTML, and iconsextension/- generated build output for the Chrome extensionpackage.json- npm scripts and project metadatarollup.config.js- Rollup build configuration
- Initialize a git repository (if needed):
git init
- Add files and commit:
git add . git commit -m "Initial commit"
- Add your GitHub remote and push:
git remote add origin https://github.com/<username>/gform-v2.git git branch -M main git push -u origin main
This project is released under the MIT License.
