Steltix JDE Reveal

Reveal the secret

Steltix JDE Reveal क्या है?

Steltix JDE Reveal Steltix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reveal the secret"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steltix JDE Reveal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Steltix JDE Reveal :

How many times have you struggled finding the correct ID of JDE screen form fields, buttons and menus for Appshare or Orchestration development/specification?



Surreally you can activate the Item Help function and start clicking around, however row exits are not covered with that and you will end up getting yourself into the fat client to get that information from. Besides, we always forget to disable the Item Help and then when we click to process something, we realize the mistake (I know you do that too ).



We feel you and we created a very nice tool to help you out with that  task: Steltix JDE Reveal !



It’s an add-on to Google Chrome that can be installed from the Chrome Store or directly from Steltix Website. With a click away, you can get all form IDs such as: fields, grid columns, menu buttons and row exists                    

एक्सटेंशन की मूल जानकारी

नाम Steltix JDE Reveal Steltix JDE Reveal
ID opibihdgjpdnagdadciegldccicoelkk
आधिकारिक URL https://chromewebstore.google.com/detail/steltix-jde-reveal/opibihdgjpdnagdadciegldccicoelkk
विवरण Reveal the secret
फ़ाइल का आकार 255 KB
स्थापना संख्या 452
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2022-08-22
प्रकाशन तिथि 2022-06-29
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Steltix
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://steltix.com?utm_source=Google&utm_medium=Social&utm_campaign=202207-JDE-Reveal&utm_content=202207&utm_term=Click-from-Reveal-App
गोपनीयता नीति पृष्ठ URL http://steltix.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steltix JDE Reveal",
    "description": "Reveal the secret",
    "version": "0.0.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Reveal the secret"
    },
    "icons": {
        "16": "1281.png",
        "48": "1281.png",
        "128": "1281.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}