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文件

下载Trading212 Pro Utils扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}