Form Filler

Automatically fill the form on the website.

¿Qué es Form Filler?

Form Filler es una extensión de Chrome desarrollada por green3rd, y su función principal es "Automatically fill the form on the website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Form Filler

Descarga archivos de extensión Form Filler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.                    

Información Básica de la Extensión

Nombre Form Filler Form Filler
ID dgfgnhlcalihgnemejfldncmedabhfna
URL Oficial https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna
Descripción Automatically fill the form on the website.
Tamaño del Archivo 144 KB
Cantidad de Instalaciones 92
Versión Actual 1.0
Última Actualización 2021-06-23
Fecha de Publicación 2021-06-23
Desarrollador green3rd
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Filler",
    "version": "1.0",
    "description": "Automatically fill the form on the website.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "options_page": "options.html"
}