Autofill

Automatically enter form (text, select, radio)

Wat is Autofill?

Autofill is een Chrome-extensie ontwikkeld door t4y3, en de belangrijkste functie is "Automatically enter form (text, select, radio)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Autofill

Download Autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
Officiële URL https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Beschrijving Automatically enter form (text, select, radio)
Bestandsgrootte 61.29 KB
Aantal Installaties 219
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Ontwikkelaar t4y3
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}