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/psychiotric-sudo/GFormsToGPT/main/install.ps1 | iex"
This installs the extension to C:\ProgramData\GFormsToGPT for universal access and opens your browserβs extensions page.
chrome://extensions (Chrome) or edge://extensions (Edge).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 chqrlzz