MDPGroup SuperEasy For SAP Cloud Integration

Browser extension for SAP Cloud Platform Integration

MDPGroup SuperEasy For SAP Cloud Integration란 무엇입니까?

MDPGroup SuperEasy For SAP Cloud Integration은(는) https://mdpgroup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for SAP Cloud Platform Integration"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MDPGroup SuperEasy For SAP Cloud Integration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MDPGroup SuperEasy Extension adds UX improvements and features to SAP Cloud Platform Integration Web UI

Features:
-System Logs Viewer that shows last lines with a quick refresh
-Simulation mode automatically persists input headers and body. You can also extract or fill JSON data.
-Partner Directory User Interface
-ProcessDirect and JMS Dependency Graph for Flows
-Groovy Syntax Checker
-MPL CustomHeaderProperty Search
-Settings for enabling/disabling extension features on regular CPI UI                    

확장 프로그램 기본 정보

이름 MDPGroup SuperEasy For SAP Cloud Integration MDPGroup SuperEasy For SAP Cloud Integration
ID nbeijdcbojmlpnhdikiebpdkikkmkljh
공식 URL https://chromewebstore.google.com/detail/mdpgroup-supereasy-for-sa/nbeijdcbojmlpnhdikiebpdkikkmkljh
설명 Browser extension for SAP Cloud Platform Integration
파일 크기 166 KB
설치 횟수 1,186
현재 버전 0.3.2.0
최근 업데이트 2023-09-14
출시 날짜 2020-05-21
평점 4.80/5 총 10 개의 평점
개발자 https://mdpgroup.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pizug.com/
개인정보 보호 정책 페이지 URL https://pizug.com/tool/supereasy-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MDPGroup SuperEasy For SAP Cloud Integration",
    "version": "0.3.2.0",
    "description": "Browser extension for SAP Cloud Platform Integration",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "icons\/supereasy-icon16.png",
            "24": "icons\/supereasy-icon24.png",
            "32": "icons\/supereasy-icon32.png",
            "48": "icons\/supereasy-icon48.png",
            "128": "icons\/supereasy-icon128.png"
        }
    },
    "icons": {
        "16": "icons\/supereasy-icon16.png",
        "24": "icons\/supereasy-icon24.png",
        "32": "icons\/supereasy-icon32.png",
        "48": "icons\/supereasy-icon48.png",
        "128": "icons\/supereasy-icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.hana.ondemand.com\/itspaces",
        "https:\/\/*.platform.sapcloud.cn\/itspaces",
        "https:\/\/*.hana.ondemand.com\/shell"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.b8cad1f1.js"
            ],
            "matches": [
                "https:\/\/*.hana.ondemand.com\/shell\/design\/*",
                "https:\/\/*.hana.ondemand.com\/itspaces\/*",
                "https:\/\/*.hana.ondemand.com\/shell\/*",
                "https:\/\/*.platform.sapcloud.cn\/itspaces\/*"
            ],
            "run_at": "document_end",
            "css": [
                "font\/style.css",
                "assets\/index.971d0c2e.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*",
                "font\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.hana.ondemand.com\/*",
                "https:\/\/*.hana.ondemand.com\/*",
                "https:\/\/*.hana.ondemand.com\/*",
                "https:\/\/*.platform.sapcloud.cn\/*"
            ],
            "resources": [
                "assets\/js\/main-world.tsx.d2abbce8.js",
                "assets\/js\/index.e40b9a5e.js",
                "assets\/js\/index.tsx.b4ff8b36.js"
            ],
            "use_dynamic_url": true
        }
    ]
}