Elasticvue
Elasticsearch frontend
Elasticvueとは何ですか?
Elasticvueはhttps://elasticvue.comによって開発されたChromeの拡張機能で、その主な機能は「Elasticsearch frontend」です。
拡張機能のスクリーンショット
Elasticvue拡張機能のCRXファイルをダウンロード
Elasticvue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Elasticvue |
ID | hkedbapjpblbodpgbajblpnlpenaebaa |
公式URL | https://chromewebstore.google.com/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa |
説明 | Elasticsearch frontend |
ファイルサイズ | 3.07 MB |
インストール数 | 64,384 |
現在のバージョン | 1.0.4 |
最終更新日 | 2024-02-26 |
公開日 | 2020-07-05 |
評価 | 4.87/5 合計 55 レビュー |
開発者 | https://elasticvue.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://elasticvue.com |
ヘルプページのURL | https://github.com/cars10/elasticvue/issues |
プライバシーポリシーページのURL | https://github.com/cars10/elasticvue/blob/master/PRIVACY.md |
対応言語 | 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:\/\/*\/*" ] } |