SAP Simple Document Searcher

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

SAP Simple Document Searcherとは何ですか?

SAP Simple Document SearcherはYutoによって開発されたChromeの拡張機能で、その主な機能は「Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.」です。

拡張機能のスクリーンショット

screenshot

SAP Simple Document Searcher拡張機能のCRXファイルをダウンロード

SAP Simple Document Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SAP Simple Document Searcher SAP Simple Document Searcher
ID lllffhdldocmcdiaojfbhcgihmnjdhbl
公式URL https://chromewebstore.google.com/detail/sap-simple-document-searc/lllffhdldocmcdiaojfbhcgihmnjdhbl
説明 Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.
ファイルサイズ 172 KB
インストール数 99
現在のバージョン 1.4.1
最終更新日 2023-09-04
公開日 2022-09-10
評価 5.00/5 合計 1 レビュー
開発者 Yuto
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}