Steltix JDE Reveal

Reveal the secret

Steltix JDE Reveal란 무엇입니까?

Steltix JDE Reveal은(는) Steltix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveal the secret"입니다.

확장 프로그램 스크린샷

screenshot

Steltix JDE Reveal 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}