Elasticvue
Elasticsearch frontend
What is Elasticvue?
Elasticvue is a Chrome extension developed by https://elasticvue.com, and its main feature is "Elasticsearch frontend".
Extension Screenshots
Download Elasticvue Extension CRX File
Download Elasticvue 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
Elasticvue is a free and open source gui for elasticsearch, allowing you to search and filter your clusters data right in your browser. Features * Cluster overview * Index management * Search interface * Query interface (REST & API browser) * Snapshot management * Utilities
Extension Basic Information
Name | Elasticvue |
ID | hkedbapjpblbodpgbajblpnlpenaebaa |
Official URL | https://chromewebstore.google.com/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa |
Description | Elasticsearch frontend |
File Size | 3.07 MB |
Installation Count | 64,384 |
Current Version | 1.0.4 |
Last Updated | 2024-02-26 |
Publish Date | 2020-07-05 |
Rating | 4.87/5 Total 55 Ratings |
Developer | https://elasticvue.com |
[email protected] | |
Payment Type | free |
Extension Website | https://elasticvue.com |
Help Page URL | https://github.com/cars10/elasticvue/issues |
Privacy Policy Page URL | https://github.com/cars10/elasticvue/blob/master/PRIVACY.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elasticvue", "version": "1.0.4", "description": "Elasticsearch frontend", "manifest_version": 3, "icons": { "16": ".\/logo\/blue_16.png", "32": ".\/logo\/blue_32.png", "48": ".\/logo\/blue_48.png", "128": ".\/logo\/blue_128.png" }, "background": { "service_worker": "background.js" }, "action": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |