SAP Notes and Support

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

Hvad er SAP Notes and Support?

SAP Notes and Support er en Chrome-udvidelse udviklet af Leo, og dens hovedfunktion er "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SAP Notes and Support-udvidelses-CRX-fil

Download SAP Notes and Support-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
Officiel URL https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Beskrivelse Allows you to search for SAP Notes and reach other sap support servicies just in one click
Filstørrelse 102 KB
Antal Installationer 8,798
Nuværende Version 2.0.2
Senest Opdateret 2021-01-11
Udgivelsesdato 2020-08-04
Bedømmelse 4.60/5 Samlet 25 Bedømmelser
Udvikler Leo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}