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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
            ]
        }
    ]
}