Steltix JDE Reveal

Reveal the secret

什麼是Steltix JDE Reveal?

Steltix JDE Reveal是由Steltix開發的Chrome擴展程式,該擴展的主要功能是“Reveal the secret”。

擴展截圖

screenshot

下載Steltix JDE Reveal擴展crx文件

下載Steltix JDE Reveal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}