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.

Wat is Copy Paste Input Fields?

Copy Paste Input Fields is een Chrome-extensie ontwikkeld door Muhammad Usman Abbasi, en de belangrijkste functie is "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy Paste Input Fields

Download Copy Paste Input Fields-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
Officiële URL https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Beschrijving This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Bestandsgrootte 30.44 KB
Aantal Installaties 106
Huidige Versie 1.0
Laatst Bijgewerkt 2023-08-07
Publicatiedatum 2023-08-07
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Muhammad Usman Abbasi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}