CopyPlus

Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.

CopyPlus क्या है?

CopyPlus https://lincware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you hate wasting time entering the same data into multiple systems? We do too. That’s why we created CopyPlus. 

CopyPlus eliminates duplicate data entry by allowing you to single-click copy data from one web application to another. That means you can copy data from your CRM to your Billing system and from your Billing system into your ERP system. It’s that easy.                    

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

नाम CopyPlus CopyPlus
ID godkledaggloefljaflkngdfedigaaba
आधिकारिक URL https://chromewebstore.google.com/detail/copyplus/godkledaggloefljaflkngdfedigaaba
विवरण Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.
फ़ाइल का आकार 1.15 MB
स्थापना संख्या 980
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2022-12-12
प्रकाशन तिथि 2020-04-29
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://lincware.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.lincware.com/copyplus-faq.html
सहायता पृष्ठ URL http://www.lincware.com/copyplus-faq.html
गोपनीयता नीति पृष्ठ URL https://www.lincware.com/lincware-copyplus-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyPlus",
    "short_name": "CopyPlus",
    "version": "1.3.1",
    "description": "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-48.png",
        "default_title": "CopyPlus",
        "default_popup": "html\/router.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardRead",
        "contextMenus",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*.html",
                "css\/*.css",
                "js\/*.js",
                "vendors\/**\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}