SAP Note Redirector

Open SAP Notes from OSS directly in a new tab by just entering the note number.

¿Qué es SAP Note Redirector?

SAP Note Redirector es una extensión de Chrome desarrollada por Tobias Abb, y su función principal es "Open SAP Notes from OSS directly in a new tab by just entering the note number.".

Descargar Archivo CRX de la Extensión SAP Note Redirector

Descarga archivos de extensión SAP Note Redirector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Open SAP Notes from OSS directly in a new tab by just entering the note number instead of searching the note circumstantially on https://launchpad.support.sap.com/#/notes.

This Addon provides fast access to Notes from SAP OSS, it does not provide a text-based search!

This Addon is not provided by SAP and is not covered by official SAP support.                    

Información Básica de la Extensión

Nombre SAP Note Redirector SAP Note Redirector
ID ffflkifjmkebgaphpdkngpgmhopakhik
URL Oficial https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik
Descripción Open SAP Notes from OSS directly in a new tab by just entering the note number.
Tamaño del Archivo 13.4 KB
Cantidad de Instalaciones 69
Versión Actual 0.3
Última Actualización 2017-06-19
Fecha de Publicación 2017-06-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tobias Abb
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Note Redirector",
    "description": "Open SAP Notes from OSS directly in a new tab by just entering the note number.",
    "version": "0.3",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs"
    ]
}