WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

WHINT MessageStore Viewer là gì?

WHINT MessageStore Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://blog.whint.de, và tính năng chính của nó là "Opens WHINT MessageStore Viewer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WHINT MessageStore Viewer

Tải xuống các tệp mở rộng WHINT MessageStore Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WHINT MessageStore Viewer WHINT MessageStore Viewer
ID pljncndafanlcaojoeldbebjejpkmoch
URL Chính Thức https://chromewebstore.google.com/detail/whint-messagestore-viewer/pljncndafanlcaojoeldbebjejpkmoch
Mô tả Opens WHINT MessageStore Viewer
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.12.0
Cập Nhật Lần Cuối 2020-05-07
Ngày Phát Hành 2020-05-07
Nhà Phát Triển https://blog.whint.de
Loại Thanh Toán free
Trang Web Mở Rộng https://www.integration-excellence.com/whint-messagestore-viewer-for-sap-cpi/
Ngôn Ngữ Được Hỗ Trợ 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"
}