SAP Note Redirector
Open SAP Notes from OSS directly in a new tab by just entering the note number.
Qu'est-ce que SAP Note Redirector ?
SAP Note Redirector est une extension Chrome développée par Tobias Abb, et sa fonction principale est "Open SAP Notes from OSS directly in a new tab by just entering the note number.".
Télécharger le fichier CRX de l'extension SAP Note Redirector
Téléchargez les fichiers d'extension SAP Note Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ffflkifjmkebgaphpdkngpgmhopakhik |
URL Officiel | https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik |
Description | Open SAP Notes from OSS directly in a new tab by just entering the note number. |
Taille du Fichier | 13.4 KB |
Nombre d'Installations | 69 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2017-06-19 |
Date de Publication | 2017-06-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tobias Abb |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |