autoFill

autoFill is used to fill the form field with random value

Hvad er autoFill?

autoFill er en Chrome-udvidelse udviklet af cognitiveatom, og dens hovedfunktion er "autoFill is used to fill the form field with random value".

Udvidelsesskærmbilleder

screenshot

Download autoFill-udvidelses-CRX-fil

Download autoFill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
Officiel URL https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Beskrivelse autoFill is used to fill the form field with random value
Filstørrelse 1.21 MB
Antal Installationer 556
Nuværende Version 1.1
Senest Opdateret 2019-11-06
Udgivelsesdato 2019-11-05
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler cognitiveatom
Betalingsmetode free
Understøttede Sprog 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'"
}