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.

Copy Paste Input Fields क्या है?

Copy Paste Input Fields Muhammad Usman Abbasi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy Paste Input Fields एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Copy Paste Input Fields Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
आधिकारिक URL https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli
विवरण This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
फ़ाइल का आकार 30.44 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-08-07
प्रकाशन तिथि 2023-08-07
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर Muhammad Usman Abbasi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}