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 |
公式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 |
Eメール | [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" ] } } |