Easy Form Filler

Easy Form Filler extension

Easy Form Filler là gì?

Easy Form Filler là một tiện ích mở rộng Chrome được phát triển bởi 1showme.com, và tính năng chính của nó là "Easy Form Filler extension".

Ả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 Easy Form Filler

Tải xuống các tệp mở rộng Easy 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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

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

Tên Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
URL Chính Thức https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
Mô tả Easy Form Filler extension
Kích Thước Tệp 388 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-23
Ngày Phát Hành 2020-01-20
Nhà Phát Triển 1showme.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://1showme.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}