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.
Qu'est-ce que Copy Paste Input Fields ?
Copy Paste Input Fields est une extension Chrome développée par Muhammad Usman Abbasi, et sa fonction principale est "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Paste Input Fields
Téléchargez les fichiers d'extension Copy Paste Input Fields au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
URL Officiel | 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. |
Taille du Fichier | 30.44 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-08-07 |
Date de Publication | 2023-08-07 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Muhammad Usman Abbasi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |