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.

Was ist Copy Paste Input Fields?

Copy Paste Input Fields ist eine Chrome-Erweiterung, die von Muhammad Usman Abbasi entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".

Erweiterungsscreenshots

screenshot

Copy Paste Input Fields-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Paste Input Fields-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
Offizielle URL https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Beschreibung This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Dateigröße 30.44 KB
Installationsanzahl 106
Aktuelle Version 1.0
Letztes Update 2023-08-07
Veröffentlichungsdatum 2023-08-07
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler Muhammad Usman Abbasi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}