SAP Simple Document Searcher

Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.

O que é SAP Simple Document Searcher?

SAP Simple Document Searcher é uma extensão do Chrome desenvolvida por Yuto, e sua principal característica é "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SAP Simple Document Searcher

Baixe arquivos de extensão SAP Simple Document Searcher 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

                        2023/9/4 ... v1.4.1 published (Adapted Note search for me.sap.com)

2023/3/7 ... v1.4 published (Added SAP Note search for me.sap.com)

2022/09/29 ... v1.3 published (Enriched products on SAP Help search)

This chrome extension enables easy search functionalities for SAP engineers/consultants on following web sites;
1) SAP Help
2) SAP Blog
3) SAP Note (Number/Keyword)
4) SAP Tutorial Navigator
5) Fiori apps reference library (Fiori App Id)

It enables our seamless investigation of SAP products. I hope it expedites your daily work!

Disclaimer: This tool is developed privately and not an official tool.                    

Informações Básicas da Extensão

Nome SAP Simple Document Searcher SAP Simple Document Searcher
ID lllffhdldocmcdiaojfbhcgihmnjdhbl
URL Oficial https://chromewebstore.google.com/detail/sap-simple-document-searc/lllffhdldocmcdiaojfbhcgihmnjdhbl
Descrição Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.
Tamanho do Arquivo 172 KB
Contagem de Instalações 99
Versão Atual 1.4.1
Última Atualização 2023-09-04
Data de Publicação 2022-09-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Yuto
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Simple Document Searcher",
    "manifest_version": 3,
    "version": "1.4.1",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Search SAP official documents easily from your chrome extension. This tool is developed privately and not an official tool.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}