ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Vad är ChartEye - AI Chart Analysis?
ChartEye - AI Chart Analysis är en Chrome-tillägg utvecklad av https://charteye.ai, och dess huvudfunktion är "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.".
Tilläggsskärmbilder
Ladda ner ChartEye - AI Chart Analysis-förlängningens CRX-fil
Ladda ner ChartEye - AI Chart Analysis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ChartEye - AI Chart Analysis |
ID | cecligdiopndkogacbdipaegffjjdgbg |
Officiell webbadress | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
Beskrivning | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
Filstorlek | 43.91 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2024-02-10 |
Publiceringsdatum | 2023-11-23 |
Betyg | 5.00/5 Totalt 36 Betyg |
Utvecklare | https://charteye.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://charteye.ai/ |
Hjälpsida URL | https://charteye.ai/ |
URL till Sekretesspolicy Sidan | https://charteye.ai/privacy |
Stödda Språk | 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\/*" ] } |