SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
Cos'è SAP Support Note QuickLaunch?
SAP Support Note QuickLaunch è un'estensione di Chrome sviluppata da https://mitchbarry.com, e la sua funzione principale è "Quickly launch SAP Support to view or search for notes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SAP Support Note QuickLaunch
Scarica i file di estensione SAP Support Note QuickLaunch 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
Quickly view and search for notes on SAP's support site. This extension is not built, maintained, or supported by SAP. Rather, this is an open-source option maintained by the community, and published when requested. You can search with a specific note number, or given a search term. You will be prompted for an SID after your search begins. You can save your credentials in Chrome to prevent continuous authentication prompts. GitHub: https://github.com/mitch-b/sap-note-chrome-extension
Informazioni di Base sull'Estensione
Nome | SAP Support Note QuickLaunch |
ID | coihbaakfmcepaofjibgkalgpjpbjnnm |
URL Ufficiale | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm |
Descrizione | Quickly launch SAP Support to view or search for notes |
Dimensione del File | 11.79 KB |
Conteggio Installazioni | 282 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2014-11-18 |
Data di Pubblicazione | 2014-11-18 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://mitchbarry.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mitchbarry.com |
URL della Pagina di Aiuto | https://github.com/mitch-b/sap-note-chrome-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP Support Note QuickLaunch", "author": "Mitchell Barry", "version": "1.0.0.0", "description": "Quickly launch SAP Support to view or search for notes", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [], "browser_action": { "default_icon": "assets\/icon_128.png", "default_title": "SAP Note QuickLaunch", "default_popup": "popup.html" } } |