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 https://charteye.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChartEye - AI Chart Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://charteye.ai/
गोपनीयता नीति पृष्ठ URL 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\/*"
    ]
}