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开发的Chrome扩展程序,该扩展的主要功能是“Power tool for manual traders with scaled orders, copy trading features and many more.”。
扩展截图
下载Trading Power Tool扩展crx文件
下载Trading Power Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |