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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mdpgroup.com และคุณลักษณะหลักของมันคือ "Browser extension for SAP Cloud Platform Integration"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MDPGroup SuperEasy For SAP Cloud Integration

ดาวน์โหลดไฟล์ส่วนขยาย MDPGroup SuperEasy For SAP Cloud Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}