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 |
电子邮箱 | [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" } |