Steltix JDE Reveal

Reveal the secret

Steltix JDE Revealคืออะไร?

Steltix JDE Reveal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steltix และคุณลักษณะหลักของมันคือ "Reveal the secret"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steltix JDE Reveal

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}