CopyPlus
Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.
Was ist CopyPlus?
CopyPlus ist eine Chrome-Erweiterung, die von https://lincware.com entwickelt wurde, und ihr Hauptmerkmal ist "Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings.".
Erweiterungsscreenshots
CopyPlus-Erweiterungs-CRX-Datei herunterladen
Laden Sie CopyPlus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CopyPlus |
ID | godkledaggloefljaflkngdfedigaaba |
Offizielle URL | https://chromewebstore.google.com/detail/copyplus/godkledaggloefljaflkngdfedigaaba |
Beschreibung | Enables single-click copying of HTML form data from one web application to another with a set of custom field-to-field mappings. |
Dateigröße | 1.15 MB |
Installationsanzahl | 980 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2022-12-12 |
Veröffentlichungsdatum | 2020-04-29 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | https://lincware.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.lincware.com/copyplus-faq.html |
Hilfeseite URL | http://www.lincware.com/copyplus-faq.html |
URL der Datenschutzrichtlinien-Seite | https://www.lincware.com/lincware-copyplus-privacy-policy |
Unterstützte Sprachen | 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": [ " |