SAP Note Redirector

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

Co to jest SAP Note Redirector?

SAP Note Redirector to rozszerzenie Chrome opracowane przez Tobias Abb, a jego główną funkcją jest „Open SAP Notes from OSS directly in a new tab by just entering the note number.”.

Pobierz plik CRX rozszerzenia SAP Note Redirector

Pobierz pliki rozszerzeń SAP Note Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SAP Note Redirector SAP Note Redirector
ID ffflkifjmkebgaphpdkngpgmhopakhik
Oficjalny URL https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik
Opis Open SAP Notes from OSS directly in a new tab by just entering the note number.
Rozmiar pliku 13.4 KB
Liczba instalacji 69
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2017-06-19
Data Publikacji 2017-06-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Tobias Abb
Typ Płatności free
Obsługiwane Języki 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"
    ]
}