Elasticsearch Tools

Easy app for work with elasticsearch

Qu'est-ce que Elasticsearch Tools ?

Elasticsearch Tools est une extension Chrome développée par Vladimir Kuznetsov, et sa fonction principale est "Easy app for work with elasticsearch".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Elasticsearch Tools

Téléchargez les fichiers d'extension Elasticsearch Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Elasticsearch Tools Elasticsearch Tools
ID aombbfhbleaidjmbahldfbajjmgkgojl
URL Officiel https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl
Description Easy app for work with elasticsearch
Taille du Fichier 353 KB
Nombre d'Installations 14,449
Version Actuelle 0.3.5
Dernière Mise à Jour 2023-09-04
Date de Publication 2020-07-03
Évaluation 4.47/5 Total 19 Évaluations
Développeur Vladimir Kuznetsov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}