ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
O que é ChartEye - AI Chart Analysis?
ChartEye - AI Chart Analysis é uma extensão do Chrome desenvolvida por https://charteye.ai, e sua principal característica é "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChartEye - AI Chart Analysis
Baixe arquivos de extensão ChartEye - AI Chart Analysis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChartEye - AI Chart Analysis |
ID | cecligdiopndkogacbdipaegffjjdgbg |
URL Oficial | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
Descrição | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
Tamanho do Arquivo | 43.91 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.6 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2023-11-23 |
Classificação | 5.00/5 Total de 36 Avaliações |
Desenvolvedor | https://charteye.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://charteye.ai/ |
URL da Página de Ajuda | https://charteye.ai/ |
URL da Página de Política de Privacidade | https://charteye.ai/privacy |
Idiomas Suportados | 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\/*" ] } |