🚀 Overview
Google Forms Helper is a Chrome extension that uses Google Gemini AI to analyze and answer questions
in Google Forms and Coursera quizzes. It can automatically fill in answers, highlight correct options, and
even auto-fill your personal information (like name, email, etc.) securely from your saved settings.
✨ Features

AI-Powered Answers

Personal Info
Autofill

Secure API Key Storage

Modern UI & One-Click
Analyze

Visual Highlighting
🛠️ How It Works
- Extracts questions from the active Google Form or Coursera quiz.
- Sends questions to Gemini AI using your API key.
- Fills in answers and highlights them in the form/quiz.
- Overrides personal info fields with your saved details (so your real info is always used, not generic AI
guesses).
📦 Installation & Setup
- Clone or Download:
git clone https://www.github.com/Vidyasagar-Dadilwar/Google-Forms-Helper
Or download as ZIP and extract.
- Load as Unpacked Extension:
- Open Chrome and go to
chrome://extensions
.
- Enable Developer mode (toggle in the top right).
- Click Load unpacked.
- Select the folder where you extracted/cloned this project (the folder containing
manifest.json
).
- The "Google Forms Helper" icon should now appear in your Chrome extensions bar.
📝 Usage Guide
- Get a Gemini API Key: Get one here (requires Google account and access).
- Open the Extension: Click the "Google Forms Helper" icon in your Chrome toolbar.
- Enter Your API Key: Go to the API Key section in the sidebar. Paste your Gemini API key
and click Save API Key.
- (Optional) Save Personal Info: Go to the Personal Info section. Fill in your details
(name, email, etc.) and click Save. This info is stored locally and only used to fill
forms for you.
- Analyze a Form or Quiz: Navigate to a Google Form or Coursera quiz in your browser. Open the
extension popup and go to the Analyze section. Click Analyze Form & Mark Answers. The
extension will:
- Extract questions
- Ask Gemini for answers
- Fill in answers and highlight them
- Override personal info fields with your saved details
🌐 Supported Sites
- Google Forms:
https://docs.google.com/forms/*
- Coursera Quizzes:
https://*.coursera.org/*
🔒 Permissions
activeTab
, scripting
, storage
, tabs
: For injecting
scripts, storing your info, and interacting with the current page.
- Host permissions for Google Forms, Coursera, and Gemini API endpoints.
Notes: Your API key and personal info are stored locally in your browser and never sent
anywhere except to Gemini for answering questions. This extension is for educational and productivity use.
Always review answers before submitting any form or quiz.