SAP Note Redirector
Open SAP Notes from OSS directly in a new tab by just entering the note number.
Cos'è SAP Note Redirector?
SAP Note Redirector è un'estensione di Chrome sviluppata da Tobias Abb, e la sua funzione principale è "Open SAP Notes from OSS directly in a new tab by just entering the note number.".
Scarica il file CRX dell'estensione SAP Note Redirector
Scarica i file di estensione SAP Note Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ffflkifjmkebgaphpdkngpgmhopakhik |
URL Ufficiale | https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik |
Descrizione | Open SAP Notes from OSS directly in a new tab by just entering the note number. |
Dimensione del File | 13.4 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2017-06-19 |
Data di Pubblicazione | 2017-06-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Tobias Abb |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |