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文件

下载SAP Note and KBA Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}