ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
ChartEye - AI Chart Analysisคืออะไร?
ChartEye - AI Chart Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://charteye.ai และคุณลักษณะหลักของมันคือ "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChartEye - AI Chart Analysis
ดาวน์โหลดไฟล์ส่วนขยาย ChartEye - AI Chart Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Having a hard time analyzing the market? We got you covered. ChartEye will help you make better decisions. Simply click on the ChartEye extension icon while viewing a chart (e.g. on TradingView) and we will do the rest. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cecligdiopndkogacbdipaegffjjdgbg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
| คำอธิบาย | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
| ขนาดไฟล์ | 43.91 KB |
| จำนวนการติดตั้ง | 1,000 |
| เวอร์ชันปัจจุบัน | 1.0.6 |
| อัปเดตครั้งล่าสุด | 2024-02-10 |
| วันที่เผยแพร่ | 2023-11-23 |
| คะแนน | 5.00/5 รวมทั้งหมด 36 คะแนน |
| ผู้พัฒนา | https://charteye.ai |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://charteye.ai/ |
| URL หน้าช่วยเหลือ | https://charteye.ai/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://charteye.ai/privacy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChartEye - AI Chart Analysis",
"short_name": "ChartEye",
"version": "1.0.6",
"description": "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.",
"action": {
"default_title": "ChartEye - AI Chart Analysis",
"default_icon": {
"32": "icon-32.png"
}
},
"icons": {
"128": "icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/api.chartai.tech\/*"
]
} | |