Sap Notes
Esta extensión permite realizar búsquedas de notas SAP mediante su nueva interfaz SAP ONE
What is Sap Notes?
Sap Notes is a Chrome extension developed by Goliardo, and its main feature is "Esta extensión permite realizar búsquedas de notas SAP mediante su nueva interfaz SAP ONE".
Extension Screenshots
Download Sap Notes Extension CRX File
Download Sap Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta extensión permite realizar búsquedas de notas SAP mediante su nueva interfaz SAP ONE. Permite búsqueda mediante texto o acceso directo a la nota mediante el ID. La extensión está basada en la ya existente "SAP Notes finder" de huangli y en el diseño SAPUI5
Extension Basic Information
Name | |
ID | mdngjepakkamcmfnpgpibkfgpfhiipio |
Official URL | https://chrome.google.com/webstore/detail/mdngjepakkamcmfnpgpibkfgpfhiipio |
Description | Esta extensión permite realizar búsquedas de notas SAP mediante su nueva interfaz SAP ONE |
File Size | 56.44 KB |
Installation Count | 80 |
Current Version | 0.2 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-25 |
Developer | Goliardo |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "icons": { "16": "logo.png", "48": "logo.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2, "name": "Sap Notes", "description": "Esta extensi\u00f3n permite realizar b\u00fasquedas de notas SAP mediante su nueva interfaz SAP ONE", "version": "0.2" } |