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
Hvad er Quantrack AI : Your instant stock analysis?
Quantrack AI : Your instant stock analysis er en Chrome-udvidelse udviklet af info, og dens hovedfunktion er "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".
Udvidelsesskærmbilleder
Download Quantrack AI : Your instant stock analysis-udvidelses-CRX-fil
Download Quantrack AI : Your instant stock 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
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | idnokmbpeecggabmioammmoopfpbimao |
| Officiel URL | https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao |
| Beskrivelse | Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information |
| Filstørrelse | 202 KB |
| Antal Installationer | 56 |
| Nuværende Version | 1.0.7 |
| Senest Opdateret | 2023-09-22 |
| Udgivelsesdato | 2023-07-31 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | info |
| [email protected] | |
| Betalingsmetode | in_app |
| Udvidelseswebsted | https://quantrack.hoztec.com/ |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |