CopyPlus

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

Qu'est-ce que CopyPlus ?

CopyPlus est une extension Chrome développée par https://lincware.com, et sa fonction principale est "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CopyPlus

Téléchargez les fichiers d'extension CopyPlus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CopyPlus CopyPlus
ID godkledaggloefljaflkngdfedigaaba
URL Officiel https://chromewebstore.google.com/detail/copyplus/godkledaggloefljaflkngdfedigaaba
Description Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.
Taille du Fichier 1.15 MB
Nombre d'Installations 980
Version Actuelle 1.3.1
Dernière Mise à Jour 2022-12-12
Date de Publication 2020-04-29
Évaluation 3.67/5 Total 6 Évaluations
Développeur https://lincware.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.lincware.com/copyplus-faq.html
URL de la Page d'Aide http://www.lincware.com/copyplus-faq.html
URL de la Page de Politique de Confidentialité https://www.lincware.com/lincware-copyplus-privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}