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.

Cos'è Copy Paste Input Fields?

Copy Paste Input Fields è un'estensione di Chrome sviluppata da Muhammad Usman Abbasi, e la sua funzione principale è "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy Paste Input Fields

Scarica i file di estensione Copy Paste Input Fields in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
URL Ufficiale https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Descrizione This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Dimensione del File 30.44 KB
Conteggio Installazioni 106
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-07
Data di Pubblicazione 2023-08-07
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore Muhammad Usman Abbasi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}