SAP Notes and Support

Allows you to search for SAP Notes and reach other sap support servicies just in one click

SAP Notes and Support란 무엇입니까?

SAP Notes and Support은(는) Leo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to search for SAP Notes and reach other sap support servicies just in one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SAP Notes and Support 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ver. 2.0.1 
  - Completely redesigned and redone
  - Updated to the new SAP One Support Launchpad functionality
  - Added search history function

This simple extension provides you quick access to main functions of SAP Support Portal.  The main purpose is to search for SAP Notes by entering the search term or Note number.  It is allowed to open SAP note by using context menu on selected  note number in text on web page.                    

확장 프로그램 기본 정보

이름 SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
공식 URL https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
설명 Allows you to search for SAP Notes and reach other sap support servicies just in one click
파일 크기 102 KB
설치 횟수 8,798
현재 버전 2.0.2
최근 업데이트 2021-01-11
출시 날짜 2020-08-04
평점 4.60/5 총 25 개의 평점
개발자 Leo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sap_32.png",
        "default_popup": "popup.html"
    },
    "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "SAP Notes and Support",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "short_name": "SAP Notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}