SAP Note and KBA Search

Search for SAP Notes, Knowledge Base Articles and more

SAP Note and KBA Search란 무엇입니까?

SAP Note and KBA Search은(는) Francisco Leonardo Pacheco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for SAP Notes, Knowledge Base Articles and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SAP Note and KBA Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search for SAP Notes, Knowledge Base Articles and more.                    

확장 프로그램 기본 정보

이름 SAP Note and KBA Search SAP Note and KBA Search
ID fjogbfkembkpgdonikiingjdcbibcjnh
공식 URL https://chrome.google.com/webstore/detail/sap-note-and-kba-search/fjogbfkembkpgdonikiingjdcbibcjnh
설명 Search for SAP Notes, Knowledge Base Articles and more
파일 크기 39.87 KB
설치 횟수 1,000
현재 버전 1.2.1
최근 업데이트 2016-11-18
출시 날짜 2016-11-18
평점 4.83/5 총 6 개의 평점
개발자 Francisco Leonardo Pacheco
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Note and KBA Search",
    "description": "Search for SAP Notes, Knowledge Base Articles and more",
    "version": "1.2.1",
    "browser_action": {
        "default_title": "Search for SAP Notes, Knowledge Base Articles and more",
        "default_icon": "sap19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "sap16.png",
        "48": "sap48.png",
        "128": "sap128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "script.min.js"
        ]
    }
}