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 |
Eメール | [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\/*" ] } |