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
Eメール [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"
}