Input Filler

Fills all inputs on a page with a specific value

Wat is Input Filler?

Input Filler is een Chrome-extensie ontwikkeld door Aaron Didner, en de belangrijkste functie is "Fills all inputs on a page with a specific value".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Input Filler

Download Input Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Input Filler Input Filler
ID jenbiknnohffkkbaabolppehhfaemdgn
Officiële URL https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn
Beschrijving Fills all inputs on a page with a specific value
Bestandsgrootte 11.69 KB
Aantal Installaties 96
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-02-03
Publicatiedatum 2022-01-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Aaron Didner
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/adidner/input-filler
URL van de Privacybeleid Pagina https://github.com/adidner/input-filler/blob/main/privacy_policy.md
Ondersteunde Talen 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"
    }
}