Form Filler

Save your time by prefilling any form on the internet with your information.

Form Filler là gì?

Form Filler là một tiện ích mở rộng Chrome được phát triển bởi https://formfiller.io, và tính năng chính của nó là "Save your time by prefilling any form on the internet with your information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Form Filler

Tải xuống các tệp mở rộng Form Filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
URL Chính Thức https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
Mô tả Save your time by prefilling any form on the internet with your information.
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 2,124
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2021-06-02
Đánh Giá 2.38/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://formfiller.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tier5.us/chrome_extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}