SAP Note Finder - Launchpad Edition
SAP Notes Finder - Launchpad Edition
SAP Note Finder - Launchpad Edition란 무엇입니까?
SAP Note Finder - Launchpad Edition은(는) jwo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SAP Notes Finder - Launchpad Edition"입니다.
SAP Note Finder - Launchpad Edition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad. Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.
확장 프로그램 기본 정보
이름 | |
ID | bmeilffaafkfoafonmnfmfdkblpkjood |
공식 URL | https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood |
설명 | SAP Notes Finder - Launchpad Edition |
파일 크기 | 14.91 KB |
설치 횟수 | 172 |
현재 버전 | 2 |
최근 업데이트 | 2017-11-06 |
출시 날짜 | 2017-11-06 |
개발자 | jwo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SAP Note Finder - Launchpad Edition", "manifest_version": 2, "version": "2", "description": "SAP Notes Finder - Launchpad Edition", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo.png", "48": "logo.png" } } |