WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

WHINT MessageStore Viewer क्या है?

WHINT MessageStore Viewer https://blog.whint.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens WHINT MessageStore Viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WHINT MessageStore Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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