WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

什麼是WHINT MessageStore Viewer?

WHINT MessageStore Viewer是由https://blog.whint.de開發的Chrome擴展程式,該擴展的主要功能是“Opens WHINT MessageStore Viewer”。

擴展截圖

screenshot
screenshot

下載WHINT MessageStore Viewer擴展crx文件

下載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
官方網址 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"
}