SAP Notes and Support

Allows you to search for SAP Notes and reach other sap support servicies just in one click

Was ist SAP Notes and Support?

SAP Notes and Support ist eine Chrome-Erweiterung, die von Leo entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

Erweiterungsscreenshots

screenshot
screenshot

SAP Notes and Support-Erweiterungs-CRX-Datei herunterladen

Laden Sie SAP Notes and Support-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
Offizielle URL https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Beschreibung Allows you to search for SAP Notes and reach other sap support servicies just in one click
Dateigröße 102 KB
Installationsanzahl 8,798
Aktuelle Version 2.0.2
Letztes Update 2021-01-11
Veröffentlichungsdatum 2020-08-04
Bewertung 4.60/5 Insgesamt 25 Bewertungen
Entwickler Leo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}