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
Was ist Quantrack AI : Your instant stock analysis?
Quantrack AI : Your instant stock analysis ist eine Chrome-Erweiterung, die von info entwickelt wurde, und ihr Hauptmerkmal ist "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".
Erweiterungsscreenshots
Quantrack AI : Your instant stock analysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quantrack AI : Your instant stock analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | idnokmbpeecggabmioammmoopfpbimao |
| Offizielle URL | https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao |
| Beschreibung | Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information |
| Dateigröße | 202 KB |
| Installationsanzahl | 56 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2023-09-22 |
| Veröffentlichungsdatum | 2023-07-31 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | info |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://quantrack.hoztec.com/ |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |