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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuto และคุณลักษณะหลักของมันคือ "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Simple Document Searcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}