Copy Paste Input Fields

This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.

Copy Paste Input Fields là gì?

Copy Paste Input Fields là một tiện ích mở rộng Chrome được phát triển bởi Muhammad Usman Abbasi, và tính năng chính của nó là "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".

Ả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 Copy Paste Input Fields

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

                        This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.

This can be useful when copy pasting a lot of fields from staging to production or during QA.

NOTE: Currently, the extension only supports copy/pasting of Input fields.                    

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

Tên Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
URL Chính Thức https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Mô tả This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Kích Thước Tệp 30.44 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-07
Ngày Phát Hành 2023-08-07
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Muhammad Usman Abbasi
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": "Copy Paste Input Fields",
    "version": "1.0",
    "description": "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}