SAP Notes and Support
Allows you to search for SAP Notes and reach other sap support servicies just in one click
SAP Notes and Supportคืออะไร?
SAP Notes and Support เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leo และคุณลักษณะหลักของมันคือ "Allows you to search for SAP Notes and reach other sap support servicies just in one click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Notes and Support
ดาวน์โหลดไฟล์ส่วนขยาย SAP Notes and Support ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ver. 2.0.1 - Completely redesigned and redone - Updated to the new SAP One Support Launchpad functionality - Added search history function This simple extension provides you quick access to main functions of SAP Support Portal. The main purpose is to search for SAP Notes by entering the search term or Note number. It is allowed to open SAP note by using context menu on selected note number in text on web page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SAP Notes and Support |
ID | nlbgnehakmlibpichhhicnifdidgegbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo |
คำอธิบาย | Allows you to search for SAP Notes and reach other sap support servicies just in one click |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 8,798 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2021-01-11 |
วันที่เผยแพร่ | 2020-08-04 |
คะแนน | 4.60/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | Leo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/sap_32.png", "default_popup": "popup.html" }, "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "SAP Notes and Support", "permissions": [ "contextMenus", "storage" ], "short_name": "SAP Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |