SAP Support Note QuickLaunch

Quickly launch SAP Support to view or search for notes

SAP Support Note QuickLaunch란 무엇입니까?

SAP Support Note QuickLaunch은(는) https://mitchbarry.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly launch SAP Support to view or search for notes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Quickly view and search for notes on SAP's support site. This extension is not built, maintained, or supported by SAP. Rather, this is an open-source option maintained by the community, and published when requested.

You can search with a specific note number, or given a search term. 

You will be prompted for an SID after your search begins. You can save your credentials in Chrome to prevent continuous authentication prompts.

GitHub: https://github.com/mitch-b/sap-note-chrome-extension                    

확장 프로그램 기본 정보

이름 SAP Support Note QuickLaunch SAP Support Note QuickLaunch
ID coihbaakfmcepaofjibgkalgpjpbjnnm
공식 URL https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm
설명 Quickly launch SAP Support to view or search for notes
파일 크기 11.79 KB
설치 횟수 282
현재 버전 1.0.0.0
최근 업데이트 2014-11-18
출시 날짜 2014-11-18
평점 4.75/5 총 4 개의 평점
개발자 https://mitchbarry.com
결제 유형 free
확장 프로그램 웹 사이트 http://mitchbarry.com
도움말 페이지 URL https://github.com/mitch-b/sap-note-chrome-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Support Note QuickLaunch",
    "author": "Mitchell Barry",
    "version": "1.0.0.0",
    "description": "Quickly launch SAP Support to view or search for notes",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "assets\/icon_128.png",
        "default_title": "SAP Note QuickLaunch",
        "default_popup": "popup.html"
    }
}