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
Cos'è Quantrack AI : Your instant stock analysis?
Quantrack AI : Your instant stock analysis è un'estensione di Chrome sviluppata da info, e la sua funzione principale è "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quantrack AI : Your instant stock analysis
Scarica i file di estensione Quantrack AI : Your instant stock analysis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다.
Informazioni di Base sull'Estensione
Nome | Quantrack AI : Your instant stock analysis |
ID | idnokmbpeecggabmioammmoopfpbimao |
URL Ufficiale | https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao |
Descrizione | Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information |
Dimensione del File | 202 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-09-22 |
Data di Pubblicazione | 2023-07-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | info |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://quantrack.hoztec.com/ |
Lingue Supportate | 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:\/\/*\/*" ] } |