SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

Wat is SAP Note Finder - Launchpad Edition?

SAP Note Finder - Launchpad Edition is een Chrome-extensie ontwikkeld door jwo, en de belangrijkste functie is "SAP Notes Finder - Launchpad Edition".

Download het CRX-bestand van de extensie SAP Note Finder - Launchpad Edition

Download SAP Note Finder - Launchpad Edition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
Officiële URL https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
Beschrijving SAP Notes Finder - Launchpad Edition
Bestandsgrootte 14.91 KB
Aantal Installaties 172
Huidige Versie 2
Laatst Bijgewerkt 2017-11-06
Publicatiedatum 2017-11-06
Ontwikkelaar jwo
Betalingswijze free
Ondersteunde Talen 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"
    }
}