WHINT MessageStore Viewer

Opens WHINT MessageStore Viewer

ما هو WHINT MessageStore Viewer؟

WHINT MessageStore Viewer هو إضافة Chrome تم تطويرها بواسطة https://blog.whint.de، والميزة الرئيسية لها هي "Opens WHINT MessageStore Viewer".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WHINT MessageStore Viewer

قم بتنزيل ملفات الامتداد WHINT MessageStore Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}