WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

WHINT MessageStore Viewerคืออะไร?

WHINT MessageStore Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.whint.de และคุณลักษณะหลักของมันคือ "Opens WHINT MessageStore Viewer"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WHINT MessageStore Viewer

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

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

                        This extension opens the WHINT MessageStore Viewer URL (or any other given URL for the SAP CPI tenant´s domain)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WHINT MessageStore Viewer WHINT MessageStore Viewer
ID pljncndafanlcaojoeldbebjejpkmoch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whint-messagestore-viewer/pljncndafanlcaojoeldbebjejpkmoch
คำอธิบาย Opens WHINT MessageStore Viewer
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.12.0
อัปเดตครั้งล่าสุด 2020-05-07
วันที่เผยแพร่ 2020-05-07
ผู้พัฒนา https://blog.whint.de
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.integration-excellence.com/whint-messagestore-viewer-for-sap-cpi/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WHINT MessageStore Viewer",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "static\/options.html",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "chrome:\/\/favicon\/",
        "declarativeContent",
        "webNavigation"
    ],
    "page_action": {
        "default_title": "Set MSV URL for SAP CPI domain",
        "default_popup": "static\/popup.html",
        "default_icon": {
            "16": "static\/icons\/default-16x16.png",
            "24": "static\/icons\/default-24x24.png",
            "32": "static\/icons\/default-32x32.png"
        }
    },
    "icons": {
        "16": "static\/icons\/logo-16x16.png",
        "24": "static\/icons\/logo-24x24.png",
        "32": "static\/icons\/logo-32x32.png",
        "64": "static\/icons\/logo-64x64.png",
        "128": "static\/icons\/logo-128x128.png"
    },
    "manifest_version": 2,
    "description": "Opens WHINT MessageStore Viewer",
    "version": "0.12.0"
}