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
公式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"
}