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."입니다.
확장 프로그램 스크린샷
CopyPlus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | godkledaggloefljaflkngdfedigaaba |
공식 URL | 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": [ " |