Autofill

The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With……

Was ist Autofill?

Autofill ist eine Chrome-Erweiterung, die von muhammadfaizan entwickelt wurde, und ihr Hauptmerkmal ist "The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With……".

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

                        The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With…
The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With this extension, you can quickly and easily fill in your Full Name, Email, and Password fields with just one keyboard shortcut - Ctrl+y.

When you navigate to a sign-up page, you can activate the Autofill extension by pressing the Ctrl+y key combination. The extension will then automatically fill in the Full Name, Email, and Password fields with the information you have previously saved.

If you have not saved this information before, the extension will prompt you to do so. Once you have saved the information, the extension will be able to autofill the fields whenever you need it. This saves you time and effort when filling out sign-up forms, especially if you are signing up for multiple websites.

The Autofill extension is designed to be user-friendly and easy to use. It integrates seamlessly with your browser and can be customized to your preferences. You can choose which fields you want the extension to autofill and which fields you want to fill manually.

Overall, this Chrome extension is a handy tool that simplifies the sign-up process by automating the filling of Full Name, Email, and Password fields. With just a few clicks, you can fill in these fields and move on to using the website without wasting time or effort.                    

Grundlegende Informationen zur Erweiterung

Name Autofill Autofill
ID hdgiiplkgepikjeikldodaokigebbblk
Offizielle URL https://chromewebstore.google.com/detail/autofill/hdgiiplkgepikjeikldodaokigebbblk
Beschreibung The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With……
Dateigröße 4.74 KB
Installationsanzahl 126
Aktuelle Version 1.0.1
Letztes Update 2023-08-22
Veröffentlichungsdatum 2023-03-06
Entwickler muhammadfaizan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autofill",
    "manifest_version": 3,
    "version": "1.0.1",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "inject-script": {
            "suggested_key": "Ctrl+Shift+Y",
            "description": "Inject a script on the page"
        }
    }
}