Form Filler

Save your time by prefilling any form on the internet with your information.

¿Qué es Form Filler?

Form Filler es una extensión de Chrome desarrollada por https://formfiller.io, y su función principal es "Save your time by prefilling any form on the internet with your information.".

Capturas de Pantalla de la Extensión

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

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Información Básica de la Extensión

Nombre Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
URL Oficial https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Descripción Save your time by prefilling any form on the internet with your information.
Tamaño del Archivo 262 KB
Cantidad de Instalaciones 2,124
Versión Actual 1.0.7
Última Actualización 2024-02-07
Fecha de Publicación 2021-06-02
Calificación 2.38/5 Total de 16 Calificaciones
Desarrollador https://formfiller.io
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://tier5.us/chrome_extension
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}