Autofill

Automatically enter form (text, select, radio)

Qu'est-ce que Autofill ?

Autofill est une extension Chrome développée par t4y3, et sa fonction principale est "Automatically enter form (text, select, radio)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autofill

Téléchargez les fichiers d'extension Autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
URL Officiel https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Description Automatically enter form (text, select, radio)
Taille du Fichier 61.29 KB
Nombre d'Installations 219
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Développeur t4y3
Type de Paiement free
Langues Prises en Charge 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"
    ]
}