JDE-xpansion
Useful tools from Fusion 5 for interacting with JDE's web interface.
JDE-xpansionとは何ですか?
JDE-xpansionはFusion5によって開発されたChromeの拡張機能で、その主な機能は「Useful tools from Fusion 5 for interacting with JDE's web interface.」です。
拡張機能のスクリーンショット
JDE-xpansion拡張機能のCRXファイルをダウンロード
JDE-xpansion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides two useful tools from Fusion5 for interacting with JDE's web interface. 1. Form ids copied to your clipboard in an instant! Simply hold down SHIFT and click on a field to have its form id copied to your clipboard. 2. Bulk literal value entry. An additional entry method is automatically added to the "Select Literal Value" method within data selection. Simply copy from a spreadsheet or enter each item on a new line and click the list button. Read more: https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html
拡張機能の基本情報
名前 | JDE-xpansion |
ID | oilcfopfbikfeapigpknngnmdcpijgnl |
公式URL | https://chromewebstore.google.com/detail/jde-xpansion/oilcfopfbikfeapigpknngnmdcpijgnl |
説明 | Useful tools from Fusion 5 for interacting with JDE's web interface. |
ファイルサイズ | 14.43 KB |
インストール数 | 1,004 |
現在のバージョン | 1.1 |
最終更新日 | 2019-02-07 |
公開日 | 2019-02-06 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Fusion5 |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JDE-xpansion", "short_name": "JDE-xpansion", "description": "Useful tools from Fusion 5 for interacting with JDE's web interface.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "background" ], "web_accessible_resources": [ "jde_functions.js", "add_list.gif" ], "content_scripts": [ { "matches": [ "http:\/\/*\/jde\/E1Menu.maf?*", "https:\/\/*\/jde\/E1Menu.maf?*", "http:\/\/*\/jde\/E1Client.mafService?*", "https:\/\/*\/jde\/E1Client.mafService?*" ], "all_frames": true, "js": [ "content_script.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |