ChartEye - AI Chart Analysis
Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.
Co to jest ChartEye - AI Chart Analysis?
ChartEye - AI Chart Analysis to rozszerzenie Chrome opracowane przez https://charteye.ai, a jego główną funkcją jest „Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChartEye - AI Chart Analysis
Pobierz pliki rozszerzeń ChartEye - AI Chart Analysis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cecligdiopndkogacbdipaegffjjdgbg |
| Oficjalny URL | https://chromewebstore.google.com/detail/charteye-ai-chart-analysi/cecligdiopndkogacbdipaegffjjdgbg |
| Opis | Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI. |
| Rozmiar pliku | 43.91 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.0.6 |
| Ostatnia Aktualizacja | 2024-02-10 |
| Data Publikacji | 2023-11-23 |
| Ocena | 5.00/5 Łącznie 36 Oceny |
| Deweloper | https://charteye.ai |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://charteye.ai/ |
| Adres URL Strony Pomocy | https://charteye.ai/ |
| Adres URL Strony Polityki Prywatności | https://charteye.ai/privacy |
| Obsługiwane Języki | 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\/*"
]
} | |