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.

Co to jest Copy Paste Input Fields?

Copy Paste Input Fields to rozszerzenie Chrome opracowane przez Muhammad Usman Abbasi, a jego główną funkcją jest „This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Copy Paste Input Fields

Pobierz pliki rozszerzeń Copy Paste Input Fields w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
Oficjalny URL https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
Opis This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Rozmiar pliku 30.44 KB
Liczba instalacji 106
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-07
Data Publikacji 2023-08-07
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper Muhammad Usman Abbasi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}