ChartEye - AI Chart Analysis

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

Apa itu ChartEye - AI Chart Analysis?

ChartEye - AI Chart Analysis adalah ekstensi Chrome yang dikembangkan oleh https://charteye.ai, dan fitur utamanya adalah "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ChartEye - AI Chart Analysis

Unduh file ekstensi ChartEye - AI Chart Analysis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChartEye - AI Chart Analysis ChartEye - AI Chart Analysis
ID cecligdiopndkogacbdipaegffjjdgbg
URL Resmi https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg
Deskripsi Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Ukuran File 43.91 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2024-02-10
Tanggal Publikasi 2023-11-23
Penilaian 5.00/5 Total 36 Penilaian
Pengembang https://charteye.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://charteye.ai/
URL Halaman Bantuan https://charteye.ai/
URL Halaman Kebijakan Privasi https://charteye.ai/privacy
Bahasa yang Didukung 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\/*"
    ]
}