SAP Note Redirector
Open SAP Notes from OSS directly in a new tab by just entering the note number.
Hvad er SAP Note Redirector?
SAP Note Redirector er en Chrome-udvidelse udviklet af Tobias Abb, og dens hovedfunktion er "Open SAP Notes from OSS directly in a new tab by just entering the note number.".
Download SAP Note Redirector-udvidelses-CRX-fil
Download SAP Note Redirector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffflkifjmkebgaphpdkngpgmhopakhik |
Officiel URL | https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik |
Beskrivelse | Open SAP Notes from OSS directly in a new tab by just entering the note number. |
Filstørrelse | 13.4 KB |
Antal Installationer | 69 |
Nuværende Version | 0.3 |
Senest Opdateret | 2017-06-19 |
Udgivelsesdato | 2017-06-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Tobias Abb |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |