Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

O que é Splunk XML Formatter?

Splunk XML Formatter é uma extensão do Chrome desenvolvida por jynolen, e sua principal característica é "This extension add 2 boutons in the SplunkUI to format XMLevent".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Splunk XML Formatter

Baixe arquivos de extensão Splunk XML Formatter 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

                        Have you ever be mad when you look at raw xml event in the splunk and get no clues of whatever it represents ?
With this extension you will be able to look precisely of what is inside your event by syntax highlighting the XML data.

What is Splunk ?
Splunk is a propritary log manager https://www.splunk.com/                    

Informações Básicas da Extensão

Nome Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
URL Oficial https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Descrição This extension add 2 boutons in the SplunkUI to format XMLevent
Tamanho do Arquivo 117 KB
Contagem de Instalações 311
Versão Atual 2.5.1
Última Atualização 2020-05-28
Data de Publicação 2020-05-28
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor jynolen
Tipo de Pagamento free
Site da Extensão https://github.com/jynolen/splunk_xml_formatter
URL da Página de Ajuda https://github.com/jynolen/splunk_xml_formatter/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Splunk XML Formatter",
    "version": "2.5.1",
    "description": "This extension add 2 boutons in the SplunkUI to format XMLevent",
    "manifest_version": 2,
    "author": "Jean-Yves NOLEN ",
    "short_name": "SplunkXMLFormatter",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/splunk-icon-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/splunk_xml.js",
                ".\/highlightjs.min.js",
                ".\/jquery.min.js"
            ],
            "css": [
                ".\/splunk_xml.css"
            ],
            "run_at": "document_end"
        }
    ]
}