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

Quantrack AI : Your instant stock analysis क्या है?

Quantrack AI : Your instant stock analysis info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quantrack AI : Your instant stock analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Quantrack AI : Your instant stock analysis Quantrack AI : Your instant stock analysis
ID idnokmbpeecggabmioammmoopfpbimao
आधिकारिक URL https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao
विवरण Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information
फ़ाइल का आकार 202 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-09-22
प्रकाशन तिथि 2023-07-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर info
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://quantrack.hoztec.com/
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}