CopyPlus

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

O que é CopyPlus?

CopyPlus é uma extensão do Chrome desenvolvida por https://lincware.com, e sua principal característica é "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CopyPlus

Baixe arquivos de extensão CopyPlus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CopyPlus CopyPlus
ID godkledaggloefljaflkngdfedigaaba
URL Oficial https://chromewebstore.google.com/detail/copyplus/godkledaggloefljaflkngdfedigaaba
Descrição Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 980
Versão Atual 1.3.1
Última Atualização 2022-12-12
Data de Publicação 2020-04-29
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor https://lincware.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.lincware.com/copyplus-faq.html
URL da Página de Ajuda http://www.lincware.com/copyplus-faq.html
URL da Página de Política de Privacidade https://www.lincware.com/lincware-copyplus-privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}