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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย info และคุณลักษณะหลักของมันคือ "Perfect tool for investors. Unlock a world of financial & chart analysis, all while seamlessly browsing through news and information"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quantrack AI : Your instant stock analysis
ดาวน์โหลดไฟล์ส่วนขยาย Quantrack AI : Your instant stock analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 AI는 뉴스, 검색에 수십 가지 유용한 기능을 추가합니다.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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:\/\/*\/*" ] } |