SAP Note and KBA Search

Search for SAP Notes, Knowledge Base Articles and more

Cos'è SAP Note and KBA Search?

SAP Note and KBA Search è un'estensione di Chrome sviluppata da Francisco Leonardo Pacheco, e la sua funzione principale è "Search for SAP Notes, Knowledge Base Articles and more".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SAP Note and KBA Search

Scarica i file di estensione SAP Note and KBA Search 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

                        Search for SAP Notes, Knowledge Base Articles and more.                    

Informazioni di Base sull'Estensione

Nome SAP Note and KBA Search SAP Note and KBA Search
ID fjogbfkembkpgdonikiingjdcbibcjnh
URL Ufficiale https://chrome.google.com/webstore/detail/sap-note-and-kba-search/fjogbfkembkpgdonikiingjdcbibcjnh
Descrizione Search for SAP Notes, Knowledge Base Articles and more
Dimensione del File 39.87 KB
Conteggio Installazioni 1,000
Versione Corrente 1.2.1
Ultimo Aggiornamento 2016-11-18
Data di Pubblicazione 2016-11-18
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Francisco Leonardo Pacheco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Note and KBA Search",
    "description": "Search for SAP Notes, Knowledge Base Articles and more",
    "version": "1.2.1",
    "browser_action": {
        "default_title": "Search for SAP Notes, Knowledge Base Articles and more",
        "default_icon": "sap19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "sap16.png",
        "48": "sap48.png",
        "128": "sap128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "script.min.js"
        ]
    }
}