Elasticvue

Elasticsearch frontend

Co to jest Elasticvue?

Elasticvue to rozszerzenie Chrome opracowane przez https://elasticvue.com, a jego główną funkcją jest „Elasticsearch frontend”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Elasticvue

Pobierz pliki rozszerzeń Elasticvue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Elasticvue Elasticvue
ID hkedbapjpblbodpgbajblpnlpenaebaa
Oficjalny URL https://chromewebstore.google.com/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa
Opis Elasticsearch frontend
Rozmiar pliku 3.07 MB
Liczba instalacji 64,384
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2020-07-05
Ocena 4.87/5 Łącznie 55 Oceny
Deweloper https://elasticvue.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://elasticvue.com
Adres URL Strony Pomocy https://github.com/cars10/elasticvue/issues
Adres URL Strony Polityki Prywatności https://github.com/cars10/elasticvue/blob/master/PRIVACY.md
Obsługiwane Języki 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:\/\/*\/*"
    ]
}