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開發的Chrome擴展程式,該擴展的主要功能是“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

下載CopyPlus擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}