SAP Simple Document Searcher

Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.

Was ist SAP Simple Document Searcher?

SAP Simple Document Searcher ist eine Chrome-Erweiterung, die von Yuto entwickelt wurde, und ihr Hauptmerkmal ist "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.".

Erweiterungsscreenshots

screenshot

SAP Simple Document Searcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie SAP Simple Document Searcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        2023/9/4 ... v1.4.1 published (Adapted Note search for me.sap.com)

2023/3/7 ... v1.4 published (Added SAP Note search for me.sap.com)

2022/09/29 ... v1.3 published (Enriched products on SAP Help search)

This chrome extension enables easy search functionalities for SAP engineers/consultants on following web sites;
1) SAP Help
2) SAP Blog
3) SAP Note (Number/Keyword)
4) SAP Tutorial Navigator
5) Fiori apps reference library (Fiori App Id)

It enables our seamless investigation of SAP products. I hope it expedites your daily work!

Disclaimer: This tool is developed privately and not an official tool.                    

Grundlegende Informationen zur Erweiterung

Name SAP Simple Document Searcher SAP Simple Document Searcher
ID lllffhdldocmcdiaojfbhcgihmnjdhbl
Offizielle URL https://chromewebstore.google.com/detail/sap-simple-document-searc/lllffhdldocmcdiaojfbhcgihmnjdhbl
Beschreibung Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.
Dateigröße 172 KB
Installationsanzahl 99
Aktuelle Version 1.4.1
Letztes Update 2023-09-04
Veröffentlichungsdatum 2022-09-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Yuto
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Simple Document Searcher",
    "manifest_version": 3,
    "version": "1.4.1",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}