SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

Cos'è SAP Note Finder - Launchpad Edition?

SAP Note Finder - Launchpad Edition è un'estensione di Chrome sviluppata da jwo, e la sua funzione principale è "SAP Notes Finder - Launchpad Edition".

Scarica il file CRX dell'estensione SAP Note Finder - Launchpad Edition

Scarica i file di estensione SAP Note Finder - Launchpad Edition 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
URL Ufficiale https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
Descrizione SAP Notes Finder - Launchpad Edition
Dimensione del File 14.91 KB
Conteggio Installazioni 172
Versione Corrente 2
Ultimo Aggiornamento 2017-11-06
Data di Pubblicazione 2017-11-06
Sviluppatore jwo
Tipo di Pagamento free
Lingue Supportate 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"
    }
}