Elasticsearch Tools
Easy app for work with elasticsearch
Elasticsearch Toolsとは何ですか?
Elasticsearch ToolsはVladimir Kuznetsovによって開発されたChromeの拡張機能で、その主な機能は「Easy app for work with elasticsearch」です。
拡張機能のスクリーンショット
Elasticsearch Tools拡張機能のCRXファイルをダウンロード
Elasticsearch Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | aombbfhbleaidjmbahldfbajjmgkgojl |
| 公式URL | https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl |
| 説明 | Easy app for work with elasticsearch |
| ファイルサイズ | 353 KB |
| インストール数 | 14,449 |
| 現在のバージョン | 0.3.5 |
| 最終更新日 | 2023-09-04 |
| 公開日 | 2020-07-03 |
| 評価 | 4.47/5 合計 19 レビュー |
| 開発者 | Vladimir Kuznetsov |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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": [
"*:\/\/*\/*"
]
} | |