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
¿Qué es Quantrack AI : Your instant stock analysis?
Quantrack AI : Your instant stock analysis es una extensión de Chrome desarrollada por info, y su función principal es "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Quantrack AI : Your instant stock analysis
Descarga archivos de extensión Quantrack AI : Your instant stock analysis en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다.
Información Básica de la Extensión
Nombre | Quantrack AI : Your instant stock analysis |
ID | idnokmbpeecggabmioammmoopfpbimao |
URL Oficial | https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao |
Descripción | Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information |
Tamaño del Archivo | 202 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.0.7 |
Última Actualización | 2023-09-22 |
Fecha de Publicación | 2023-07-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | info |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://quantrack.hoztec.com/ |
Idiomas Soportados | 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:\/\/*\/*" ] } |