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 |
官方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\/*" ] } |