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.
Hvad er Copy Paste Input Fields?
Copy Paste Input Fields er en Chrome-udvidelse udviklet af Muhammad Usman Abbasi, og dens hovedfunktion er "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Udvidelsesskærmbilleder
Download Copy Paste Input Fields-udvidelses-CRX-fil
Download Copy Paste Input Fields-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
Officiel URL | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
Beskrivelse | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
Filstørrelse | 30.44 KB |
Antal Installationer | 106 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-08-07 |
Udgivelsesdato | 2023-08-07 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | Muhammad Usman Abbasi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |