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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}