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.
What is Copy Paste Input Fields?
Copy Paste Input Fields is a Chrome extension developed by Muhammad Usman Abbasi, and its main feature is "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Extension Screenshots
Download Copy Paste Input Fields Extension CRX File
Download Copy Paste Input Fields extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
Official URL | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
Description | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
File Size | 30.44 KB |
Installation Count | 106 |
Current Version | 1.0 |
Last Updated | 2023-08-07 |
Publish Date | 2023-08-07 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Muhammad Usman Abbasi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |