WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Forms Auto Filler

Google Forms Auto Filler

View on Chrome Web Store
View Google Forms Auto Filler Chrome Extension on Chrome Web Store
Add to bookmarks
3.1 (21 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically fills google forms. You can save your answers and it fills the form with your answers.
Type
Extension
Users
30,000 users
10K
Murat Serhat Alperen
View author page of Murat Serhat Alperen
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 28, 2021
Version 0.9.9
Manifest version
3
Updated
Updated on January 7, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Google Forms Auto Filler Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Forms Auto Filler",
    "version": "0.9.9",
    "description": "Automatically fills google forms. You can save your answers and it fills the form with your answers.",
    "homepage_url": "https:\/\/github.com\/muratalperen\/GoogleFormsAutoFiller",
    "browser_specific_settings": {
        "gecko": {
            "id": "googleFormsAutoFiller@muratalperen"
        }
    },
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon-32.png",
        "default_title": "Google Forms Auto Filler",
        "default_popup": "popup\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/forms\/*"
            ],
            "js": [
                "scripts\/GoogleForm.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top