SAP transBin
Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number
什么是SAP transBin?
SAP transBin是由Sunil B N开发的Chrome扩展程序,该扩展的主要功能是“Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number”。
扩展截图
下载SAP transBin扩展crx文件
下载SAP transBin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows to search SAP Notes, SAP internal and customer incidents and transactions. How to use? -Search notes using note number or description. -Search incidents using internal/external incident's number. -Search transactions using Report name or Transaction or any keyword associated with the transaction. New transactions are updated regularly. More content like list of SAP tables will be coming soon. Transaction Search Works offline
扩展基本信息
名称 | SAP transBin |
ID | igpeehljkdmoihjlidnpiifnbegimfdo |
官方URL | https://chromewebstore.google.com/detail/sap-transbin/igpeehljkdmoihjlidnpiifnbegimfdo |
简介 | Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number |
文件大小 | 741 KB |
安装次数 | 50 |
当前版本 | 0.729 |
更新时间 | 2015-09-14 |
上架时间 | 2015-09-14 |
开发者 | Sunil B N |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP transBin", "description": "Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text\/note number", "version": "0.729", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" } } |