SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

Hvad er SAP Note Finder - Launchpad Edition?

SAP Note Finder - Launchpad Edition er en Chrome-udvidelse udviklet af jwo, og dens hovedfunktion er "SAP Notes Finder - Launchpad Edition".

Download SAP Note Finder - Launchpad Edition-udvidelses-CRX-fil

Download SAP Note Finder - Launchpad Edition-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

                        With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad.

Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.                    

Grundlæggende oplysninger om udvidelsen

Navn SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
Officiel URL https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
Beskrivelse SAP Notes Finder - Launchpad Edition
Filstørrelse 14.91 KB
Antal Installationer 172
Nuværende Version 2
Senest Opdateret 2017-11-06
Udgivelsesdato 2017-11-06
Udvikler jwo
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Note Finder - Launchpad Edition",
    "manifest_version": 2,
    "version": "2",
    "description": "SAP Notes Finder - Launchpad Edition",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    }
}