ChartEye - AI Chart Analysis

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

What is ChartEye - AI Chart Analysis?

ChartEye - AI Chart Analysis is a Chrome extension developed by https://charteye.ai, and its main feature is "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ChartEye - AI Chart Analysis Extension CRX File

Download ChartEye - AI Chart Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ChartEye - AI Chart Analysis ChartEye - AI Chart Analysis
ID cecligdiopndkogacbdipaegffjjdgbg
Official URL https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg
Description Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
File Size 43.91 KB
Installation Count 1,000
Current Version 1.0.6
Last Updated 2024-02-10
Publish Date 2023-11-23
Rating 5.00/5 Total 36 Ratings
Developer https://charteye.ai
Email [email protected]
Payment Type free
Extension Website https://charteye.ai/
Help Page URL https://charteye.ai/
Privacy Policy Page URL https://charteye.ai/privacy
Supported Languages 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\/*"
    ]
}