SAP Note Finder - Launchpad Edition
SAP Notes Finder - Launchpad Edition
O que é SAP Note Finder - Launchpad Edition?
SAP Note Finder - Launchpad Edition é uma extensão do Chrome desenvolvida por jwo, e sua principal característica é "SAP Notes Finder - Launchpad Edition".
Baixar o arquivo CRX da Extensão SAP Note Finder - Launchpad Edition
Baixe arquivos de extensão SAP Note Finder - Launchpad Edition no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad. Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.
Informações Básicas da Extensão
Nome | |
ID | bmeilffaafkfoafonmnfmfdkblpkjood |
URL Oficial | https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood |
Descrição | SAP Notes Finder - Launchpad Edition |
Tamanho do Arquivo | 14.91 KB |
Contagem de Instalações | 172 |
Versão Atual | 2 |
Última Atualização | 2017-11-06 |
Data de Publicação | 2017-11-06 |
Desenvolvedor | jwo |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SAP Note Finder - Launchpad Edition", "manifest_version": 2, "version": "2", "description": "SAP Notes Finder - Launchpad Edition", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo.png", "48": "logo.png" } } |