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
官方網址 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
電子郵箱 [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"
    }
}