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はLeoによって開発されたChromeの拡張機能で、その主な機能は「Allows you to search for SAP Notes and reach other sap support servicies just in one click」です。
拡張機能のスクリーンショット
SAP Notes and Support拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |