Trading Power Tool
Power tool for manual traders with scaled orders, copy trading features and many more.
Trading Power Tool क्या है?
Trading Power Tool https://tv-hub.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Power tool for manual traders with scaled orders, copy trading features and many more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trading Power Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" ] } ] } |