EasyForm AutoFill

Auto fill in your form using your saved information

EasyForm AutoFill là gì?

EasyForm AutoFill là một tiện ích mở rộng Chrome được phát triển bởi GX, và tính năng chính của nó là "Auto fill in your form using your saved 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 EasyForm AutoFill

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

                        You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved                    

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

Tên EasyForm AutoFill EasyForm AutoFill
ID kamomdgnokpnbalmfgnmhbhkhkiihbbb
URL Chính Thức https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb
Mô tả Auto fill in your form using your saved information
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 7,677
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2023-12-07
Ngày Phát Hành 2019-01-03
Đánh Giá 3.35/5 Tổng số 23 Đánh Giá
Nhà Phát Triển GX
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyForm AutoFill",
    "description": "Auto fill in your form using your saved information",
    "version": "1.2.3",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "48": ".\/icons\/icon-form48.png",
        "128": ".\/icons\/icon-form128.png"
    },
    "action": {
        "default_icon": {
            "48": ".\/icons\/icon-form48.png",
            "128": ".\/icons\/icon-form128.png"
        },
        "default_title": "EasyForm AutoFill",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}