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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย CopyPlus

ดาวน์โหลดไฟล์ส่วนขยาย CopyPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}