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

What is Quantrack AI : Your instant stock analysis?

Quantrack AI : Your instant stock analysis is a Chrome extension developed by info, and its main feature is "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Quantrack AI : Your instant stock analysis Extension CRX File

Download Quantrack AI : Your instant stock analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다.                    

Extension Basic Information

Name Quantrack AI : Your instant stock analysis Quantrack AI : Your instant stock analysis
ID idnokmbpeecggabmioammmoopfpbimao
Official URL https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao
Description Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information
File Size 202 KB
Installation Count 56
Current Version 1.0.7
Last Updated 2023-09-22
Publish Date 2023-07-31
Rating 5.00/5 Total 1 Ratings
Developer info
Email [email protected]
Payment Type in_app
Extension Website https://quantrack.hoztec.com/
Supported Languages 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:\/\/*\/*"
    ]
}