AutoFill Forms

One-click form filler that supports multiple profiles and regular expression rules

AutoFill Formsคืออะไร?

AutoFill Forms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tlintspr และคุณลักษณะหลักของมันคือ "One-click form filler that supports multiple profiles and regular expression rules"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoFill Forms

ดาวน์โหลดไฟล์ส่วนขยาย AutoFill Forms ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The "AutoFill Forms" extension is a user-friendly tool for automatically filling web forms, supporting multiple profiles.

Features:
1. Easily create or update profiles by detecting user-inserted data in filled forms.
   - This feature simplifies the process of creating multiple profiles or updating stored data.

2. Generate random strings using Regular Expressions.
   - Randomly fill password fields or generate new security question passphrases.

3. Request the extension to generate a random password, conveniently stored on your clipboard.

4. Manage multiple profiles.
   - Duplicate or modify existing profiles on the options page.

5. Import and export preferences.

6. Locate element positions based on their physical location within the form.

7. Supports both dark and light themes.

Notes:
Your profile data is securely stored in your browser's profile directory, with no backup created by the extension for security reasons.

--- Changes (0.3.0)
1. The extension now operates in event background page mode, consuming no resources when not in use.
2. The extension is enhanced to fill forms that don't perfectly match the predefined fields.

--- Changes (0.3.2)
1. Resolved the issue where multi-line text was not being inserted from the context menu.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoFill Forms AutoFill Forms
ID focmhibpdifbdjacabpgnifhdalgfogg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autofill-forms/focmhibpdifbdjacabpgnifhdalgfogg
คำอธิบาย One-click form filler that supports multiple profiles and regular expression rules
ขนาดไฟล์ 85.63 KB
จำนวนการติดตั้ง 47,253
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2023-07-06
วันที่เผยแพร่ 2017-03-14
คะแนน 3.33/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา tlintspr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/autofill-forms.html
URL หน้าช่วยเหลือ https://webextension.org/listing/autofill-forms.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoFill Forms",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.3",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "notifications",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "background": {
        "service_worker": "bg\/worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/autofill-forms.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": [],
        "activate": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Activate extension"
        }
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    }
}