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 là gì?

CopyPlus là một tiện ích mở rộng Chrome được phát triển bởi https://lincware.com, và tính năng chính của nó là "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CopyPlus

Tải xuống các tệp mở rộng CopyPlus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CopyPlus CopyPlus
ID godkledaggloefljaflkngdfedigaaba
URL Chính Thức https://chromewebstore.google.com/detail/copyplus/godkledaggloefljaflkngdfedigaaba
Mô tả Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 980
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2020-04-29
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://lincware.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.lincware.com/copyplus-faq.html
URL Trang Trợ Giúp http://www.lincware.com/copyplus-faq.html
URL Trang Chính Sách Bảo Mật https://www.lincware.com/lincware-copyplus-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}