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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
주식 투자자를 위한 완벽한 도구입니다. 퀀트랙 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:\/\/*\/*" ] } |