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