ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Cos'è ChartEye - AI Chart Analysis?
ChartEye - AI Chart Analysis è un'estensione di Chrome sviluppata da https://charteye.ai, e la sua funzione principale è "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChartEye - AI Chart Analysis
Scarica i file di estensione ChartEye - AI Chart Analysis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChartEye - AI Chart Analysis |
ID | cecligdiopndkogacbdipaegffjjdgbg |
URL Ufficiale | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
Descrizione | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
Dimensione del File | 43.91 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2023-11-23 |
Valutazione | 5.00/5 Totale 36 Valutazioni |
Sviluppatore | https://charteye.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://charteye.ai/ |
URL della Pagina di Aiuto | https://charteye.ai/ |
URL della Pagina della Politica sulla Privacy | https://charteye.ai/privacy |
Lingue Supportate | 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\/*" ] } |