SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

Qu'est-ce que SAP Note Finder - Launchpad Edition ?

SAP Note Finder - Launchpad Edition est une extension Chrome développée par jwo, et sa fonction principale est "SAP Notes Finder - Launchpad Edition".

Télécharger le fichier CRX de l'extension SAP Note Finder - Launchpad Edition

Téléchargez les fichiers d'extension SAP Note Finder - Launchpad Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
URL Officiel https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
Description SAP Notes Finder - Launchpad Edition
Taille du Fichier 14.91 KB
Nombre d'Installations 172
Version Actuelle 2
Dernière Mise à Jour 2017-11-06
Date de Publication 2017-11-06
Développeur jwo
Type de Paiement free
Langues Prises en Charge 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"
    }
}