Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
ما هو Trading Power Tool؟
Trading Power Tool هو إضافة Chrome تم تطويرها بواسطة https://tv-hub.org، والميزة الرئيسية لها هي "Power tool for manual traders with scaled orders, copy trading features and many more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trading Power Tool
قم بتنزيل ملفات الامتداد Trading Power Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Trading Power Tool is designed to help manual traders and boost their trading. It supports scaled orders, one-click order execution, automated position sizing based on a risk value, auto order updates and copy trading.
معلومات أساسية عن التمديد
الاسم | Trading Power Tool |
ID | lkdjplnbloedllfgfjhefbnahognddjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trading-power-tool/lkdjplnbloedllfgfjhefbnahognddjh |
الوصف | Power tool for manual traders with scaled orders, copy trading features and many more. |
حجم الملف | 115 KB |
عدد التثبيتات | 209 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-04-01 |
تاريخ النشر | 2022-12-19 |
المطور | https://tv-hub.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.tv-hub.org/Home/Privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trading Power Tool", "description": "Power tool for manual traders with scaled orders, copy trading features and many more.", "version": "1.0.2", "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/www.tv-hub.org\/*", "https:\/\/alerts.tv-hub.org\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/*", "https:\/\/exocharts.com\/*", "https:\/\/www.bybit.com\/*", "https:\/\/testnet.bybit.com\/*", "https:\/\/www.binance.com\/*", "https:\/\/testnet.binancefuture.com\/*", "https:\/\/www.bitmex.com\/*", "https:\/\/testnet.bitmex.com\/*", "https:\/\/www.okx.com\/*" ], "js": [ "\/content.js" ] } ] } |