SAP Note Redirector

Open SAP Notes from OSS directly in a new tab by just entering the note number.

SAP Note Redirector란 무엇입니까?

SAP Note Redirector은(는) Tobias Abb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open SAP Notes from OSS directly in a new tab by just entering the note number."입니다.

SAP Note Redirector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open SAP Notes from OSS directly in a new tab by just entering the note number instead of searching the note circumstantially on https://launchpad.support.sap.com/#/notes.

This Addon provides fast access to Notes from SAP OSS, it does not provide a text-based search!

This Addon is not provided by SAP and is not covered by official SAP support.                    

확장 프로그램 기본 정보

이름 SAP Note Redirector SAP Note Redirector
ID ffflkifjmkebgaphpdkngpgmhopakhik
공식 URL https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik
설명 Open SAP Notes from OSS directly in a new tab by just entering the note number.
파일 크기 13.4 KB
설치 횟수 69
현재 버전 0.3
최근 업데이트 2017-06-19
출시 날짜 2017-06-19
평점 5.00/5 총 1 개의 평점
개발자 Tobias Abb
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Note Redirector",
    "description": "Open SAP Notes from OSS directly in a new tab by just entering the note number.",
    "version": "0.3",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs"
    ]
}