Trading212 Pro Utils

Trading212 pro utils for improved experience

Trading212 Pro Utils란 무엇입니까?

Trading212 Pro Utils은(는) BPS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trading212 pro utils for improved experience"입니다.

확장 프로그램 스크린샷

screenshot

Trading212 Pro Utils 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Improves functionality of Trading212 platform by

- Adding a tick chart to the info panel of active ticker. All account types supported (CFD/ Invest/ ISA)


* Coming soon:

- Export full/partial trades history
- Account statistics
- Execute trades using hot keys
- For CFD accounts, use hedging trades or aggregating trades in a single mode
- ...
- And much more exciting enhancements                    

확장 프로그램 기본 정보

이름 Trading212 Pro Utils Trading212 Pro Utils
ID elllongpopagmgilmlaeildkgmioelhe
공식 URL https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe
설명 Trading212 pro utils for improved experience
파일 크기 212 KB
설치 횟수 36
현재 버전 1.3
최근 업데이트 2021-06-29
출시 날짜 2021-06-24
평점 5.00/5 총 3 개의 평점
개발자 BPS
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trading212 Pro Utils",
    "version": "1.3",
    "description": "Trading212 pro utils for improved experience",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.js"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/live.trading212.com\/",
                "https:\/\/demo.trading212.com\/"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}