SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
什么是SAP Support Note QuickLaunch?
SAP Support Note QuickLaunch是由https://mitchbarry.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly launch SAP Support to view or search for notes”。
扩展截图
下载SAP Support Note QuickLaunch扩展crx文件
下载SAP Support Note QuickLaunch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly view and search for notes on SAP's support site. This extension is not built, maintained, or supported by SAP. Rather, this is an open-source option maintained by the community, and published when requested.
You can search with a specific note number, or given a search term.
You will be prompted for an SID after your search begins. You can save your credentials in Chrome to prevent continuous authentication prompts.
GitHub: https://github.com/mitch-b/sap-note-chrome-extension 扩展基本信息
| 名称 | |
| ID | coihbaakfmcepaofjibgkalgpjpbjnnm |
| 官方URL | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm |
| 简介 | Quickly launch SAP Support to view or search for notes |
| 文件大小 | 11.79 KB |
| 安装次数 | 282 |
| 当前版本 | 1.0.0.0 |
| 更新时间 | 2014-11-18 |
| 上架时间 | 2014-11-18 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://mitchbarry.com |
| 付费类型 | free |
| 扩展官网 | http://mitchbarry.com |
| 帮助页面URL | https://github.com/mitch-b/sap-note-chrome-extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SAP Support Note QuickLaunch",
"author": "Mitchell Barry",
"version": "1.0.0.0",
"description": "Quickly launch SAP Support to view or search for notes",
"background": {
"scripts": [
"main.js"
]
},
"icons": {
"16": "assets\/icon_16.png",
"32": "assets\/icon_32.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"permissions": [],
"browser_action": {
"default_icon": "assets\/icon_128.png",
"default_title": "SAP Note QuickLaunch",
"default_popup": "popup.html"
}
} | |