SAP Notes and Support

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

Co je SAP Notes and Support?

SAP Notes and Support je rozšíření Chrome vyvinuté Leo, a jeho hlavní funkcí je „Allows you to search for SAP Notes and reach other sap support servicies just in one click“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SAP Notes and Support

Stáhněte si soubory rozšíření SAP Notes and Support ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
Oficiální URL https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Popis Allows you to search for SAP Notes and reach other sap support servicies just in one click
Velikost souboru 102 KB
Počet instalací 8,798
Aktuální Verze 2.0.2
Poslední Aktualizace 2021-01-11
Datum Vydání 2020-08-04
Hodnocení 4.60/5 Celkem 25 Hodnocení
Vývojář Leo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}