JDE Data Selection Import Tool
With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.
什麼是JDE Data Selection Import Tool?
JDE Data Selection Import Tool是由https://www.nimishprabhu.com開發的Chrome擴展程式,該擴展的主要功能是“With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.”。
擴展截圖
下載JDE Data Selection Import Tool擴展crx文件
下載JDE Data Selection Import Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In JD Edwards ERP users can run reports to produce data. Data selection filters the data in order to produce a subset of records that is processed by the report. Users can add data selection criteria while running reports. The process to add data selection involves clicking on "List of Values" tab followed by clicking on Add button and entering value, one at a time. This process becomes exhaustive when a bunch of values are required to be added to data selection. This Data Selection import tool extension helps users to directly copy paste list of values in a text box and click submit. Extension then perform the process of clicking add button, entering value in text field and clicking add for each line. Thus it saves plenty of time and efforts for end user and improves their productivity.
擴展基本資訊
名稱 | JDE Data Selection Import Tool |
ID | njpneibpplcgghbjcbfhcdcfigjnaaha |
官方網址 | https://chromewebstore.google.com/detail/jde-data-selection-import/njpneibpplcgghbjcbfhcdcfigjnaaha |
簡介 | With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time. |
檔案大小 | 11.15 KB |
安裝次數 | 33,666 |
目前版本 | 1.3 |
更新時間 | 2022-06-27 |
上架時間 | 2020-06-21 |
評分 | 4.89/5 共 37 次評分 |
開發者 | https://www.nimishprabhu.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.", "icons": { "128": "icon-l.png", "16": "icon-s.png", "48": "icon-m.png" }, "manifest_version": 2, "name": "JDE Data Selection Import Tool", "permissions": [ "contextMenus", " |