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 |
| Eメール | [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:\/\/*\/*"
]
} | |