Elasticsearch Tools

Easy app for work with elasticsearch

O que é Elasticsearch Tools?

Elasticsearch Tools é uma extensão do Chrome desenvolvida por Vladimir Kuznetsov, e sua principal característica é "Easy app for work with elasticsearch".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Elasticsearch Tools

Baixe arquivos de extensão Elasticsearch Tools 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

                        Smart tool for work with Elasticsearch
- smart search in elasticsearch
- the ability to save a list of servers used by groups
- creating templates, changing their parameters and executing in a couple of clicks
- click-through search history
- cluster nodes and shards info
- realtime any cluster's parameters monitoring                    

Informações Básicas da Extensão

Nome Elasticsearch Tools Elasticsearch Tools
ID aombbfhbleaidjmbahldfbajjmgkgojl
URL Oficial https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl
Descrição Easy app for work with elasticsearch
Tamanho do Arquivo 353 KB
Contagem de Instalações 14,449
Versão Atual 0.3.5
Última Atualização 2023-09-04
Data de Publicação 2020-07-03
Classificação 4.47/5 Total de 19 Avaliações
Desenvolvedor Vladimir Kuznetsov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Elasticsearch Tools",
    "description": "Easy app for work with elasticsearch",
    "version": "0.3.5",
    "icons": {
        "128": "128.png"
    },
    "action": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}