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