WHINT MessageStore Viewer
Opens WHINT MessageStore Viewer
WHINT MessageStore Viewer란 무엇입니까?
WHINT MessageStore Viewer은(는) https://blog.whint.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens WHINT MessageStore Viewer"입니다.
확장 프로그램 스크린샷
WHINT MessageStore Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |