Input Filler

Fills all inputs on a page with a specific value

What is Input Filler?

Input Filler is a Chrome extension developed by Aaron Didner, and its main feature is "Fills all inputs on a page with a specific value".

Extension Screenshots

screenshot
screenshot

Download Input Filler Extension CRX File

Download Input Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This chrome extension takes all text input boxes on a page and fills them with a user specified value. 

The benefit is that if a user were doing data entry and many text input's on the page all had some sort of value the chrome extension could populate all of them at once rather than having to do all of them by hand.                    

Extension Basic Information

Name Input Filler Input Filler
ID jenbiknnohffkkbaabolppehhfaemdgn
Official URL https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn
Description Fills all inputs on a page with a specific value
File Size 11.69 KB
Installation Count 96
Current Version 1.1.1
Last Updated 2022-02-03
Publish Date 2022-01-12
Rating 5.00/5 Total 2 Ratings
Developer Aaron Didner
Email [email protected]
Payment Type free
Extension Website https://github.com/adidner/input-filler
Privacy Policy Page URL https://github.com/adidner/input-filler/blob/main/privacy_policy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Input Filler",
    "description": "Fills all inputs on a page with a specific value",
    "version": "1.1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icons": {
            "16": "chrome-extension-logos\/logo-2.2-16x16.png",
            "32": "chrome-extension-logos\/logo-2.2-32x32.png",
            "48": "chrome-extension-logos\/logo-2.2-48x48.png",
            "128": "chrome-extension-logos\/logo-2.2-128x128.png"
        }
    },
    "icons": {
        "16": "chrome-extension-logos\/logo-2.2-16x16.png",
        "32": "chrome-extension-logos\/logo-2.2-32x32.png",
        "48": "chrome-extension-logos\/logo-2.2-48x48.png",
        "128": "chrome-extension-logos\/logo-2.2-128x128.png"
    }
}