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. 擴展基本資訊
| 名稱 | |
| ID | lkdjplnbloedllfgfjhefbnahognddjh |
| 官方網址 | 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"
]
}
]
} | |