SAP Note and KBA Search
Search for SAP Notes, Knowledge Base Articles and more
What is SAP Note and KBA Search?
SAP Note and KBA Search is a Chrome extension developed by Francisco Leonardo Pacheco, and its main feature is "Search for SAP Notes, Knowledge Base Articles and more".
Extension Screenshots
Download SAP Note and KBA Search Extension CRX File
Download SAP Note and KBA Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Search for SAP Notes, Knowledge Base Articles and more.
Extension Basic Information
Name | |
ID | fjogbfkembkpgdonikiingjdcbibcjnh |
Official URL | https://chrome.google.com/webstore/detail/sap-note-and-kba-search/fjogbfkembkpgdonikiingjdcbibcjnh |
Description | Search for SAP Notes, Knowledge Base Articles and more |
File Size | 39.87 KB |
Installation Count | 1,000 |
Current Version | 1.2.1 |
Last Updated | 2016-11-18 |
Publish Date | 2016-11-18 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Francisco Leonardo Pacheco |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |