Web Developer Form Filler

This extension is used by developers to make it easy to fill forms

Web Developer Form Filler là gì?

Web Developer Form Filler là một tiện ích mở rộng Chrome được phát triển bởi formfiller, và tính năng chính của nó là "This extension is used by developers to make it easy to fill forms".

Ả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 Web Developer Form Filler

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

                        Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey                    

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

Tên Web Developer Form Filler Web Developer Form Filler
ID gbagmkohmhcjgbepncmehejaljoclpil
URL Chính Thức https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil
Mô tả This extension is used by developers to make it easy to fill forms
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 33,293
Phiên Bản Hiện Tại 1.0.13.1
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2017-03-16
Đánh Giá 4.30/5 Tổng số 149 Đánh Giá
Nhà Phát Triển formfiller
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",
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.9.1.min.js",
                "javascripts\/deserialize.js",
                "javascripts\/content_script.js",
                "javascripts\/mousetrap.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Web Developer Form Filler",
    "version": "1.0.13.1",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "This extension is used by developers to make it easy to fill forms",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Web Developer Form Filler",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}