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 là gì?

JDE Data Selection Import Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.nimishprabhu.com, và tính năng chính của nó là "With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JDE Data Selection Import Tool

Tải xuống các tệp mở rộng JDE Data Selection Import Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JDE Data Selection Import Tool JDE Data Selection Import Tool
ID njpneibpplcgghbjcbfhcdcfigjnaaha
URL Chính Thức https://chromewebstore.google.com/detail/jde-data-selection-import/njpneibpplcgghbjcbfhcdcfigjnaaha
Mô tả With this extension you can easily import list of values in data selection instead of having to enter them manually one at a time.
Kích Thước Tệp 11.15 KB
Số Lần Cài Đặt 33,666
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2020-06-21
Đánh Giá 4.89/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://www.nimishprabhu.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}