autoFill

autoFill is used to fill the form field with random value

Qu'est-ce que autoFill ?

autoFill est une extension Chrome développée par cognitiveatom, et sa fonction principale est "autoFill is used to fill the form field with random value".

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

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

Informations de Base sur l'Extension

Nom autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
URL Officiel https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Description autoFill is used to fill the form field with random value
Taille du Fichier 1.21 MB
Nombre d'Installations 556
Version Actuelle 1.1
Dernière Mise à Jour 2019-11-06
Date de Publication 2019-11-05
Évaluation 5.00/5 Total 4 Évaluations
Développeur cognitiveatom
Type de Paiement free
Langues Prises en Charge 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'"
}