Elasticvue
Elasticsearch frontend
Wat is Elasticvue?
Elasticvue is een Chrome-extensie ontwikkeld door https://elasticvue.com, en de belangrijkste functie is "Elasticsearch frontend".
Extensie Screenshots
Download het CRX-bestand van de extensie Elasticvue
Download Elasticvue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hkedbapjpblbodpgbajblpnlpenaebaa |
| Officiële URL | https://chromewebstore.google.com/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa |
| Beschrijving | Elasticsearch frontend |
| Bestandsgrootte | 3.07 MB |
| Aantal Installaties | 64,384 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2024-02-26 |
| Publicatiedatum | 2020-07-05 |
| Beoordeling | 4.87/5 Totaal 55 Beoordelingen |
| Ontwikkelaar | https://elasticvue.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://elasticvue.com |
| Help Pagina-URL | https://github.com/cars10/elasticvue/issues |
| URL van de Privacybeleid Pagina | https://github.com/cars10/elasticvue/blob/master/PRIVACY.md |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |