SAP Notes and Support
Allows you to search for SAP Notes and reach other sap support servicies just in one click
Cos'è SAP Notes and Support?
SAP Notes and Support è un'estensione di Chrome sviluppata da Leo, e la sua funzione principale è "Allows you to search for SAP Notes and reach other sap support servicies just in one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SAP Notes and Support
Scarica i file di estensione SAP Notes and Support 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
ver. 2.0.1 - Completely redesigned and redone - Updated to the new SAP One Support Launchpad functionality - Added search history function This simple extension provides you quick access to main functions of SAP Support Portal. The main purpose is to search for SAP Notes by entering the search term or Note number. It is allowed to open SAP note by using context menu on selected note number in text on web page.
Informazioni di Base sull'Estensione
Nome | SAP Notes and Support |
ID | nlbgnehakmlibpichhhicnifdidgegbo |
URL Ufficiale | https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo |
Descrizione | Allows you to search for SAP Notes and reach other sap support servicies just in one click |
Dimensione del File | 102 KB |
Conteggio Installazioni | 8,798 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2021-01-11 |
Data di Pubblicazione | 2020-08-04 |
Valutazione | 4.60/5 Totale 25 Valutazioni |
Sviluppatore | Leo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/sap_32.png", "default_popup": "popup.html" }, "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "SAP Notes and Support", "permissions": [ "contextMenus", "storage" ], "short_name": "SAP Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |