Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Podgląd „AutoForm AI”

AutoForm AI Autor: Adheep Ojha

Automatically fill and solve Google Forms with AI (Groq, Gemini, NVIDIA NIM).

Dostępne w Firefoksie na Androida™Dostępne w Firefoksie na Androida™
0 (recenzje: 0)0 (recenzje: 0)
Pobierz Firefoksa i to rozszerzenie
Pobierz plik
Zeskanuj kod QR, aby otworzyć to rozszerzenie w przeglądarce Firefox dla Androida

Metadane rozszerzenia

O tym rozszerzeniu
Zero-config, multi-provider AI assistant to automatically solve and fill Google Forms across Chrome, Firefox, and Edge.

AutoForm AI is a cross-browser extension backed by a high-throughput proxy server that intelligently coordinates Groq (Llama 3), Google Gemini, and NVIDIA NIM with automatic failover, sub-second latency, and zero setup required for end users.

  • ⚡ Zero-Config & Instant: Users install the extension and start filling forms immediately — no API keys or setup wizards required.
  • 🧠 Multi-Provider AI Engine:
  • Groq (llama-3.3-70b-versatile): Sub-300ms ultra-fast inference (Primary).
  • Google Gemini (gemini-2.5-flash-lite): High-accuracy multimodal reasoning (Secondary).
  • NVIDIA NIM (meta/llama-3.1-70b-instruct): Enterprise backup fallback.
  • 🔄 Auto-Failover & Health Monitoring: If a provider experiences rate limits (429) or errors, the router automatically fails over to the next provider seamlessly.
  • 🌐 Universal Cross-Browser Compatibility: Ready for Google Chrome, Mozilla Firefox, and Microsoft Edge on Manifest V3.
  • 🎨 Modern Dark UI/UX:
  • Redesigned popup with live form scanner and question counter.
  • Interactive modal overlay with real percentage progress bar, question preview, and instant "Stop & Cancel" button.
  • Floating pill action button directly on Google Forms.
  • 🎯 Smart Preferences: Customize answer tone (Accurate, Concise, Detailed) or supply persona context (e.g., "Computer Science student").
  • 🛡 Rate-Limited & Secure: Keys are protected on the backend; users receive generous hourly quotas with client-side rate limit tracking.



AutoForm-AI/
├── manifest.json # Universal Manifest V3 (Chrome, Firefox, Edge)
├── package.json # Root scripts & extension bundler
├── AGENTS.md # Comprehensive AI/LLM developer guide
│
├── server/ # Production Backend Proxy Server
│ ├── package.json # Express, CORS, Dotenv
│ ├── Dockerfile # Production container definition
│ ├── railway.json # 1-click Railway deploy template
│ ├── render.yaml # 1-click Render deploy template
│ ├── .env.example # Server environment template
│ └── src/
│ ├── index.js # Express API server entry point
│ ├── config.js # Multi-provider configuration & key parser
│ ├── providers/ # Provider adapters (Groq, Gemini, NVIDIA)
│ ├── services/ # Multi-provider router & failover engine
│ └── middleware/ # Sliding-window rate limiter & validator
│
├── src/ # Browser Extension
│ ├── background/
│ │ └── background.js # Service worker & backend communication bridge
│ ├── content/
│ │ └── content.js # Google Forms DOM automation & modern UI overlay
│ └── popup/
│ ├── popup.html # Sleek modern popup interface
│ ├── popup.js # Popup controller & form detector
│ └── popup.css # Dark minimalist styling
│
├── docs/
│ ├── ARCHITECTURE.md # Mermaid sequence diagrams & architecture specs
│ └── SELECTORS.md # Google Forms ARIA DOM selector dictionary
│
└── scripts/
├── validate_manifest.js # Manifest & file path validator
└── package_extension.js # Release zip packager



  1. Navigate to the server/ directory:
    bash
    cd server
    cp .env.example .env
  2. Open .env and add your API keys (supports comma-separated keys for multi-key rotation):
    env
    GROQ_API_KEYS=gsk_your_groq_key_here
    GEMINI_API_KEYS=AIzaSy_your_gemini_key_here
    NVIDIA_API_KEYS=nvapi-your_nvidia_key_here
  3. Start the server:
    bash
    npm install
    npm start
    # Server runs on http://localhost:3000

  1. Navigate to chrome://extensions (or edge://extensions).
  2. Toggle on Developer mode in the top right.
  3. Click Load unpacked and select the root AutoForm-AI directory.
  1. Navigate to about:debugging#/runtime/this-firefox.
  2. Click "Load Temporary Add-on...".
  3. Select manifest.json in the root AutoForm-AI directory.

  1. Open any Google Form.
  2. Click the floating "⚡ AI Fill" button on the bottom right (or click "Fill Current Form" from the extension popup).
  3. Watch AutoForm AI intelligently complete all questions with real-time percentage progress!
  4. Need to halt? Press the Escape key or click "Stop & Cancel" at any moment.



Deploy the backend to the cloud for free with zero maintenance:

| Platform | Deployment Guide |
|:---|:---|
| Railway | Connect your GitHub repository → Railway will automatically detect server/railway.json. Set environment variables in the Railway dashboard. |
| Render | Create a new Web Service pointing to server/ with Node environment. Uses server/render.yaml. |
| Docker | docker build -t autoform-ai-server server/ then docker run -p 3000:3000 --env-file server/.env autoform-ai-server |

Once deployed, update the Backend Proxy URL in the extension popup's Advanced Settings (or set DEFAULT_SERVER_URL in src/background/background.js).

  • Start backend in watch mode:
    bash
    npm run server:dev
  • Validate extension manifest:
    bash
    npm run validate
  • Package extension for release (dist/autoform-ai.zip):
    bash
    npm run package



MIT © whoisadheep
Ocenione na 0 przez 0 recenzentów
Zaloguj się, aby ocenić to rozszerzenie
Nie ma jeszcze ocen

Zapisano ocenę w gwiazdkach

5
0
4
0
3
0
2
0
1
0
Nie ma jeszcze recenzji
Uprawnienia i dane

Wymagane uprawnienia:

  • Mieć dostęp do danych użytkownika na stronie „docs.google.com”

Opcjonalne uprawnienia:

  • Mieć dostęp do danych użytkownika na stronie „docs.google.com”
  • Mieć dostęp do danych użytkownika na stronie „autoform-ai-production.up.railway.app”
  • Mieć dostęp do danych użytkownika na stronie „localhost:3000”
  • Mieć dostęp do danych użytkownika na stronie „127.0.0.1:3000”

Zbieranie danych:

  • Autorzy tego rozszerzenia twierdzą, że nie wymaga ono zbierania danych.
Więcej informacji
Więcej informacji
Odnośniki dodatku
  • Skopiuj identyfikator dodatku
Wersja
2.0.1
Rozmiar
42,48 KB
Ostatnia aktualizacja
4 dni temu (2 wrz 2026)
Powiązane kategorie
  • Narzędzia twórców witryn
  • Narzędzia wyszukiwania
Licencja
Licencja MIT
Prywatność
Zasady ochrony prywatności tego dodatku
Historia wersji
  • Wszystkie wersje
Dodaj do kolekcji
Zgłoś ten dodatek
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Pobieranie

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej. Android jest znakiem towarowym firmy Google LLC.