SAP Notes and Support
Allows you to search for SAP Notes and reach other sap support servicies just in one click
What is SAP Notes and Support?
SAP Notes and Support is a Chrome extension developed by Leo, and its main feature is "Allows you to search for SAP Notes and reach other sap support servicies just in one click".
Extension Screenshots
Download SAP Notes and Support Extension CRX File
Download SAP Notes and Support 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
ver. 2.0.1 - Completely redesigned and redone - Updated to the new SAP One Support Launchpad functionality - Added search history function This simple extension provides you quick access to main functions of SAP Support Portal. The main purpose is to search for SAP Notes by entering the search term or Note number. It is allowed to open SAP note by using context menu on selected note number in text on web page.
Extension Basic Information
Name | SAP Notes and Support |
ID | nlbgnehakmlibpichhhicnifdidgegbo |
Official URL | https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo |
Description | Allows you to search for SAP Notes and reach other sap support servicies just in one click |
File Size | 102 KB |
Installation Count | 8,798 |
Current Version | 2.0.2 |
Last Updated | 2021-01-11 |
Publish Date | 2020-08-04 |
Rating | 4.60/5 Total 25 Ratings |
Developer | Leo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/sap_32.png", "default_popup": "popup.html" }, "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "SAP Notes and Support", "permissions": [ "contextMenus", "storage" ], "short_name": "SAP Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |