SAP Notes and Support

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

Wat is SAP Notes and Support?

SAP Notes and Support is een Chrome-extensie ontwikkeld door Leo, en de belangrijkste functie is "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SAP Notes and Support

Download SAP Notes and Support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
Officiële URL https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Beschrijving Allows you to search for SAP Notes and reach other sap support servicies just in one click
Bestandsgrootte 102 KB
Aantal Installaties 8,798
Huidige Versie 2.0.2
Laatst Bijgewerkt 2021-01-11
Publicatiedatum 2020-08-04
Beoordeling 4.60/5 Totaal 25 Beoordelingen
Ontwikkelaar Leo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}