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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.nimishprabhu.com, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης JDE Data Selection Import Tool

Λήψη αρχείων επέκτασης 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"
}