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" ] } |