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.

Vad är Copy Paste Input Fields?

Copy Paste Input Fields är en Chrome-tillägg utvecklad av Muhammad Usman Abbasi, och dess huvudfunktion är "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".

Tilläggsskärmbilder

screenshot

Ladda ner Copy Paste Input Fields-förlängningens CRX-fil

Ladda ner Copy Paste Input Fields-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
Officiell webbadress https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Beskrivning This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Filstorlek 30.44 KB
Antal Installationer 106
Aktuell Version 1.0
Senast Uppdaterad 2023-08-07
Publiceringsdatum 2023-08-07
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare Muhammad Usman Abbasi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}