Elasticsearch Tools
Easy app for work with elasticsearch
Elasticsearch Toolsคืออะไร?
Elasticsearch Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladimir Kuznetsov และคุณลักษณะหลักของมันคือ "Easy app for work with elasticsearch"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elasticsearch Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Elasticsearch Tools |
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 |
อีเมล | [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": [ "*:\/\/*\/*" ] } |