Elasticsearch Tools

Easy app for work with elasticsearch

What is Elasticsearch Tools?

Elasticsearch Tools is a Chrome extension developed by Vladimir Kuznetsov, and its main feature is "Easy app for work with elasticsearch".

Extension Screenshots

screenshot
screenshot
screenshot

Download Elasticsearch Tools Extension CRX File

Download Elasticsearch Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Elasticsearch Tools Elasticsearch Tools
ID aombbfhbleaidjmbahldfbajjmgkgojl
Official URL https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl
Description Easy app for work with elasticsearch
File Size 353 KB
Installation Count 14,449
Current Version 0.3.5
Last Updated 2023-09-04
Publish Date 2020-07-03
Rating 4.47/5 Total 19 Ratings
Developer Vladimir Kuznetsov
Email [email protected]
Payment Type free
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}