SAP Note and KBA Search
Search for SAP Notes, Knowledge Base Articles and more
SAP Note and KBA Searchคืออะไร?
SAP Note and KBA Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Francisco Leonardo Pacheco และคุณลักษณะหลักของมันคือ "Search for SAP Notes, Knowledge Base Articles and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Note and KBA Search
ดาวน์โหลดไฟล์ส่วนขยาย SAP Note and KBA Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search for SAP Notes, Knowledge Base Articles and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjogbfkembkpgdonikiingjdcbibcjnh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sap-note-and-kba-search/fjogbfkembkpgdonikiingjdcbibcjnh |
คำอธิบาย | Search for SAP Notes, Knowledge Base Articles and more |
ขนาดไฟล์ | 39.87 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2016-11-18 |
วันที่เผยแพร่ | 2016-11-18 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Francisco Leonardo Pacheco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP Note and KBA Search", "description": "Search for SAP Notes, Knowledge Base Articles and more", "version": "1.2.1", "browser_action": { "default_title": "Search for SAP Notes, Knowledge Base Articles and more", "default_icon": "sap19.png", "default_popup": "popup.html" }, "icons": { "16": "sap16.png", "48": "sap48.png", "128": "sap128.png" }, "permissions": [ "contextMenus", "activeTab", "http:\/\/*.google.com\/" ], "background": { "scripts": [ "script.min.js" ] } } |