Autofill

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

什么是Autofill?

Autofill是由muhammadfaizan开发的Chrome扩展程序,该扩展的主要功能是“The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With……”。

扩展截图

screenshot

下载Autofill扩展crx文件

下载Autofill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Autofill Autofill
ID hdgiiplkgepikjeikldodaokigebbblk
官方URL https://chromewebstore.google.com/detail/autofill/hdgiiplkgepikjeikldodaokigebbblk
简介 The Chrome extension you are describing is an Autofill extension that simplifies the process of filling out sign-up forms. With……
文件大小 4.74 KB
安装次数 126
当前版本 1.0.1
更新时间 2023-08-22
上架时间 2023-03-06
开发者 muhammadfaizan
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}