ChartEye - AI Chart Analysis

Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.

Wat is ChartEye - AI Chart Analysis?

ChartEye - AI Chart Analysis is een Chrome-extensie ontwikkeld door https://charteye.ai, en de belangrijkste functie is "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChartEye - AI Chart Analysis

Download ChartEye - AI Chart Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChartEye - AI Chart Analysis ChartEye - AI Chart Analysis
ID cecligdiopndkogacbdipaegffjjdgbg
Officiële URL https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg
Beschrijving Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Bestandsgrootte 43.91 KB
Aantal Installaties 1,000
Huidige Versie 1.0.6
Laatst Bijgewerkt 2024-02-10
Publicatiedatum 2023-11-23
Beoordeling 5.00/5 Totaal 36 Beoordelingen
Ontwikkelaar https://charteye.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://charteye.ai/
Help Pagina-URL https://charteye.ai/
URL van de Privacybeleid Pagina https://charteye.ai/privacy
Ondersteunde Talen 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\/*"
    ]
}