WHINT MessageStore Viewer
Opens WHINT MessageStore Viewer
Что такое WHINT MessageStore Viewer?
WHINT MessageStore Viewer - это расширение Chrome, разработанное https://blog.whint.de, и его основная функция - "Opens WHINT MessageStore Viewer".
Снимки экрана расширения
Скачать файл CRX расширения WHINT MessageStore Viewer
Скачайте файлы расширений WHINT MessageStore Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension opens the WHINT MessageStore Viewer URL (or any other given URL for the SAP CPI tenant´s domain)
Основная информация о расширении
Название | 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" } |