WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

Co to jest WHINT MessageStore Viewer?

WHINT MessageStore Viewer to rozszerzenie Chrome opracowane przez https://blog.whint.de, a jego główną funkcją jest „Opens WHINT MessageStore Viewer”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WHINT MessageStore Viewer

Pobierz pliki rozszerzeń WHINT MessageStore Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa WHINT MessageStore Viewer WHINT MessageStore Viewer
ID pljncndafanlcaojoeldbebjejpkmoch
Oficjalny URL https://chromewebstore.google.com/detail/whint-messagestore-viewer/pljncndafanlcaojoeldbebjejpkmoch
Opis Opens WHINT MessageStore Viewer
Rozmiar pliku 256 KB
Liczba instalacji 149
Aktualna Wersja 0.12.0
Ostatnia Aktualizacja 2020-05-07
Data Publikacji 2020-05-07
Deweloper https://blog.whint.de
Typ Płatności free
Strona Rozszerzenia https://www.integration-excellence.com/whint-messagestore-viewer-for-sap-cpi/
Obsługiwane Języki 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"
}