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 là gì?

Quantrack AI : Your instant stock analysis là một tiện ích mở rộng Chrome được phát triển bởi info, và tính năng chính của nó là "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quantrack AI : Your instant stock analysis

Tải xuống các tệp mở rộng Quantrack AI : Your instant stock analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quantrack AI : Your instant stock analysis Quantrack AI : Your instant stock analysis
ID idnokmbpeecggabmioammmoopfpbimao
URL Chính Thức https://chromewebstore.google.com/detail/quantrack-ai-your-instant/idnokmbpeecggabmioammmoopfpbimao
Mô tả Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2023-07-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển info
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://quantrack.hoztec.com/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}