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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading Power Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}