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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |