Quantrack AI : Your instant stock analysis
Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information
Co to jest Quantrack AI : Your instant stock analysis?
Quantrack AI : Your instant stock analysis to rozszerzenie Chrome opracowane przez info, a jego główną funkcją jest „Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quantrack AI : Your instant stock analysis
Pobierz pliki rozszerzeń Quantrack AI : Your instant stock 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
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | idnokmbpeecggabmioammmoopfpbimao |
| Oficjalny URL | https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao |
| Opis | Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information |
| Rozmiar pliku | 202 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.0.7 |
| Ostatnia Aktualizacja | 2023-09-22 |
| Data Publikacji | 2023-07-31 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | info |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://quantrack.hoztec.com/ |
| Obsługiwane Języki | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.0.7",
"action": {
"default_title": "__MSG_action_default_title__",
"default_popup": "src\/popup\/index.html"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "images\/1024.png",
"32": "images\/1024.png",
"48": "images\/1024.png",
"128": "images\/1024.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"index.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |