SAP Notes and Support

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

O que é SAP Notes and Support?

SAP Notes and Support é uma extensão do Chrome desenvolvida por Leo, e sua principal característica é "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SAP Notes and Support

Baixe arquivos de extensão SAP Notes and Support no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
URL Oficial https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Descrição Allows you to search for SAP Notes and reach other sap support servicies just in one click
Tamanho do Arquivo 102 KB
Contagem de Instalações 8,798
Versão Atual 2.0.2
Última Atualização 2021-01-11
Data de Publicação 2020-08-04
Classificação 4.60/5 Total de 25 Avaliações
Desenvolvedor Leo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}