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.
Apa itu Copy Paste Input Fields?
Copy Paste Input Fields adalah ekstensi Chrome yang dikembangkan oleh Muhammad Usman Abbasi, dan fitur utamanya adalah "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Paste Input Fields
Unduh file ekstensi Copy Paste Input Fields dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
URL Resmi | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
Deskripsi | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
Ukuran File | 30.44 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-08-07 |
Tanggal Publikasi | 2023-08-07 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | Muhammad Usman Abbasi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |