ChartEye - AI Chart Analysis

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

ما هو ChartEye - AI Chart Analysis؟

ChartEye - AI Chart Analysis هو إضافة Chrome تم تطويرها بواسطة https://charteye.ai، والميزة الرئيسية لها هي "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ChartEye - AI Chart Analysis

قم بتنزيل ملفات الامتداد ChartEye - AI Chart Analysis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ChartEye - AI Chart Analysis ChartEye - AI Chart Analysis
ID cecligdiopndkogacbdipaegffjjdgbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg
الوصف Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
حجم الملف 43.91 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.6
آخر تحديث 2024-02-10
تاريخ النشر 2023-11-23
تقييم 5.00/5 مجموع تقييمات 36
المطور https://charteye.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://charteye.ai/
عنوان صفحة المساعدة https://charteye.ai/
عنوان صفحة سياسة الخصوصية https://charteye.ai/privacy
اللغات المدعومة 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\/*"
    ]
}