Scan Google Forms, filter personal questions, and auto-fill with ChatGPT, Claude, or Gemini responses.
Run the following command in PowerShell to automatically download, extract, and deploy GFormsToGPT to your system (Auto-Elevates to Admin if needed):
powershell -ExecutionPolicy Bypass -Command "irm -useb https://raw.githubusercontent.com/drnx64/GFormsToGPT/main/install.ps1 | iex"This installs the extension to C:\ProgramData\GFormsToGPT for universal access and opens your browser's extensions page.
- Download or Clone this repository.
- Open your browser (Chrome or Edge).
- Go to
chrome://extensions(Chrome) oredge://extensions(Edge). - Enable Developer Mode (top right).
- Click Load unpacked and select the folder where you extracted the files.
- Auto-Scan: Automatically detects questions on Google Forms.
- Privacy Filtering: Safely filters out personal information.
- AI Integration: Seamlessly works with ChatGPT, Claude, and Gemini.
- Easy UI: Clean, floating panel for quick access.
content.js: Main logic for scanning Google Forms.chatgpt_content.js: Interaction with ChatGPT.claude_content.js: Interaction with Claude AI.gemini_content.js: Interaction with Gemini.manifest.json: Extension metadata and permissions.install.ps1: Automated PowerShell installer.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Developed with ❤️ by drnx64