autoFill

autoFill is used to fill the form field with random value

Was ist autoFill?

autoFill ist eine Chrome-Erweiterung, die von cognitiveatom entwickelt wurde, und ihr Hauptmerkmal ist "autoFill is used to fill the form field with random value".

Erweiterungsscreenshots

screenshot

autoFill-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

Grundlegende Informationen zur Erweiterung

Name autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
Offizielle URL https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Beschreibung autoFill is used to fill the form field with random value
Dateigröße 1.21 MB
Installationsanzahl 556
Aktuelle Version 1.1
Letztes Update 2019-11-06
Veröffentlichungsdatum 2019-11-05
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler cognitiveatom
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}