Trading212 Pro Utils

Trading212 pro utils for improved experience

Was ist Trading212 Pro Utils?

Trading212 Pro Utils ist eine Chrome-Erweiterung, die von BPS entwickelt wurde, und ihr Hauptmerkmal ist "Trading212 pro utils for improved experience".

Erweiterungsscreenshots

screenshot

Trading212 Pro Utils-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trading212 Pro Utils-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Trading212 Pro Utils Trading212 Pro Utils
ID elllongpopagmgilmlaeildkgmioelhe
Offizielle URL https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe
Beschreibung Trading212 pro utils for improved experience
Dateigröße 212 KB
Installationsanzahl 36
Aktuelle Version 1.3
Letztes Update 2021-06-29
Veröffentlichungsdatum 2021-06-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler BPS
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}