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是由https://charteye.ai開發的Chrome擴展程式,該擴展的主要功能是“Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.”。
擴展截圖
下載ChartEye - AI Chart Analysis擴展crx文件
下載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.
擴展基本資訊
名稱 | ChartEye - AI Chart Analysis |
ID | cecligdiopndkogacbdipaegffjjdgbg |
官方網址 | 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\/*" ] } |