Nox Autofill

Nox Autofill fills out checkout forms automatically.

¿Qué es Nox Autofill?

Nox Autofill es una extensión de Chrome desarrollada por http://noxnotify.com, y su función principal es "Nox Autofill fills out checkout forms automatically.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nox Autofill

Descarga archivos de extensión Nox Autofill 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

                        Nox Autofill fills out checkout forms automatically. User can make profile in extension and can manage those profiles to fill all type of checkout forms. The extension allow user to save its First name, Last name, email and many other fields into multiple profiles. User can mark all profiles as inactive if he don't want to fill any form automatically by Nox Autofill.                    

Información Básica de la Extensión

Nombre Nox Autofill Nox Autofill
ID ggoaoaihpbjeacaconecbbfgplfhooob
URL Oficial https://chrome.google.com/webstore/detail/nox-autofill/ggoaoaihpbjeacaconecbbfgplfhooob
Descripción Nox Autofill fills out checkout forms automatically.
Tamaño del Archivo 84.75 KB
Cantidad de Instalaciones 87
Versión Actual 1.0
Última Actualización 2019-11-25
Fecha de Publicación 2019-11-25
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://noxnotify.com
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nox Autofill",
    "description": "Nox Autofill fills out checkout forms automatically.",
    "author": "Nox Notify",
    "short_name": "Nox Autofill",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "icons": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "sidebar.html",
        "popup.html",
        "our_custom_script_0211.js"
    ]
}