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ファイルをダウンロード
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 |
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 |
Eメール | [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": [ " |