SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
Hvad er SAP Support Note QuickLaunch?
SAP Support Note QuickLaunch er en Chrome-udvidelse udviklet af https://mitchbarry.com, og dens hovedfunktion er "Quickly launch SAP Support to view or search for notes".
Udvidelsesskærmbilleder
Download SAP Support Note QuickLaunch-udvidelses-CRX-fil
Download SAP Support Note QuickLaunch-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
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | coihbaakfmcepaofjibgkalgpjpbjnnm | 
| Officiel URL | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm | 
| Beskrivelse | Quickly launch SAP Support to view or search for notes | 
| Filstørrelse | 11.79 KB | 
| Antal Installationer | 282 | 
| Nuværende Version | 1.0.0.0 | 
| Senest Opdateret | 2014-11-18 | 
| Udgivelsesdato | 2014-11-18 | 
| Bedømmelse | 4.75/5 Samlet 4 Bedømmelser | 
| Udvikler | https://mitchbarry.com | 
| Betalingsmetode | free | 
| Udvidelseswebsted | http://mitchbarry.com | 
| Hjælpeside-URL | https://github.com/mitch-b/sap-note-chrome-extension | 
| Understøttede Sprog | 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"
    }
}  |  |