SAP Note and KBA Search
Search for SAP Notes, Knowledge Base Articles and more
什麼是SAP Note and KBA Search?
SAP Note and KBA Search是由Francisco Leonardo Pacheco開發的Chrome擴展程式,該擴展的主要功能是“Search for SAP Notes, Knowledge Base Articles and more”。
擴展截圖
下載SAP Note and KBA Search擴展crx文件
下載SAP Note and KBA Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search for SAP Notes, Knowledge Base Articles and more.
擴展基本資訊
名稱 | |
ID | fjogbfkembkpgdonikiingjdcbibcjnh |
官方網址 | 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" ] } } |