Nox Autofill

Nox Autofill fills out checkout forms automatically.

Was ist Nox Autofill?

Nox Autofill ist eine Chrome-Erweiterung, die von http://noxnotify.com entwickelt wurde, und ihr Hauptmerkmal ist "Nox Autofill fills out checkout forms automatically.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nox Autofill-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nox Autofill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nox Autofill Nox Autofill
ID ggoaoaihpbjeacaconecbbfgplfhooob
Offizielle URL https://chrome.google.com/webstore/detail/nox-autofill/ggoaoaihpbjeacaconecbbfgplfhooob
Beschreibung Nox Autofill fills out checkout forms automatically.
Dateigröße 84.75 KB
Installationsanzahl 87
Aktuelle Version 1.0
Letztes Update 2019-11-25
Veröffentlichungsdatum 2019-11-25
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://noxnotify.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}