WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

Wat is WHINT MessageStore Viewer?

WHINT MessageStore Viewer is een Chrome-extensie ontwikkeld door https://blog.whint.de, en de belangrijkste functie is "Opens WHINT MessageStore Viewer".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WHINT MessageStore Viewer

Download WHINT MessageStore Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WHINT MessageStore Viewer WHINT MessageStore Viewer
ID pljncndafanlcaojoeldbebjejpkmoch
Officiële URL https://chromewebstore.google.com/detail/whint-messagestore-viewer/pljncndafanlcaojoeldbebjejpkmoch
Beschrijving Opens WHINT MessageStore Viewer
Bestandsgrootte 256 KB
Aantal Installaties 149
Huidige Versie 0.12.0
Laatst Bijgewerkt 2020-05-07
Publicatiedatum 2020-05-07
Ontwikkelaar https://blog.whint.de
Betalingswijze free
Extensiewebsite https://www.integration-excellence.com/whint-messagestore-viewer-for-sap-cpi/
Ondersteunde Talen 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"
}