Elasticsearch Tools
Easy app for work with elasticsearch
Cos'è Elasticsearch Tools?
Elasticsearch Tools è un'estensione di Chrome sviluppata da Vladimir Kuznetsov, e la sua funzione principale è "Easy app for work with elasticsearch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Elasticsearch Tools
Scarica i file di estensione Elasticsearch Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | aombbfhbleaidjmbahldfbajjmgkgojl |
| URL Ufficiale | https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl |
| Descrizione | Easy app for work with elasticsearch |
| Dimensione del File | 353 KB |
| Conteggio Installazioni | 14,449 |
| Versione Corrente | 0.3.5 |
| Ultimo Aggiornamento | 2023-09-04 |
| Data di Pubblicazione | 2020-07-03 |
| Valutazione | 4.47/5 Totale 19 Valutazioni |
| Sviluppatore | Vladimir Kuznetsov |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
} | |