ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Hvad er ChartEye - AI Chart Analysis?
ChartEye - AI Chart Analysis er en Chrome-udvidelse udviklet af https://charteye.ai, og dens hovedfunktion er "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".
Udvidelsesskærmbilleder
Download ChartEye - AI Chart Analysis-udvidelses-CRX-fil
Download ChartEye - AI Chart Analysis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cecligdiopndkogacbdipaegffjjdgbg |
| Officiel URL | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
| Beskrivelse | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
| Filstørrelse | 43.91 KB |
| Antal Installationer | 1,000 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2024-02-10 |
| Udgivelsesdato | 2023-11-23 |
| Bedømmelse | 5.00/5 Samlet 36 Bedømmelser |
| Udvikler | https://charteye.ai |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://charteye.ai/ |
| Hjælpeside-URL | https://charteye.ai/ |
| URL til Fortrolighedspolitik Side | https://charteye.ai/privacy |
| Understøttede Sprog | 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\/*"
]
} | |