SAP Note Redirector
Open SAP Notes from OSS directly in a new tab by just entering the note number.
SAP Note Redirectorとは何ですか?
SAP Note RedirectorはTobias Abbによって開発されたChromeの拡張機能で、その主な機能は「Open SAP Notes from OSS directly in a new tab by just entering the note number.」です。
SAP Note Redirector拡張機能のCRXファイルをダウンロード
SAP Note Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open SAP Notes from OSS directly in a new tab by just entering the note number instead of searching the note circumstantially on https://launchpad.support.sap.com/#/notes. This Addon provides fast access to Notes from SAP OSS, it does not provide a text-based search! This Addon is not provided by SAP and is not covered by official SAP support.
拡張機能の基本情報
名前 | |
ID | ffflkifjmkebgaphpdkngpgmhopakhik |
公式URL | https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik |
説明 | Open SAP Notes from OSS directly in a new tab by just entering the note number. |
ファイルサイズ | 13.4 KB |
インストール数 | 69 |
現在のバージョン | 0.3 |
最終更新日 | 2017-06-19 |
公開日 | 2017-06-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tobias Abb |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP Note Redirector", "description": "Open SAP Notes from OSS directly in a new tab by just entering the note number.", "version": "0.3", "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_128x128.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "permissions": [ "tabs" ] } |