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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Quantrack AI : Your instant stock analysis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}