SAP Note Redirector
Open SAP Notes from OSS directly in a new tab by just entering the note number.
Wat is SAP Note Redirector?
SAP Note Redirector is een Chrome-extensie ontwikkeld door Tobias Abb, en de belangrijkste functie is "Open SAP Notes from OSS directly in a new tab by just entering the note number.".
Download het CRX-bestand van de extensie SAP Note Redirector
Download SAP Note Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ffflkifjmkebgaphpdkngpgmhopakhik |
Officiële URL | https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik |
Beschrijving | Open SAP Notes from OSS directly in a new tab by just entering the note number. |
Bestandsgrootte | 13.4 KB |
Aantal Installaties | 69 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2017-06-19 |
Publicatiedatum | 2017-06-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tobias Abb |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |