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”。
扩展截图
下载Quantrack AI : Your instant stock analysis扩展crx文件
下载Quantrack AI : Your instant stock analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |