Trading212 Pro Utils

Trading212 pro utils for improved experience

Cos'è Trading212 Pro Utils?

Trading212 Pro Utils è un'estensione di Chrome sviluppata da BPS, e la sua funzione principale è "Trading212 pro utils for improved experience".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trading212 Pro Utils

Scarica i file di estensione Trading212 Pro Utils in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trading212 Pro Utils Trading212 Pro Utils
ID elllongpopagmgilmlaeildkgmioelhe
URL Ufficiale https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe
Descrizione Trading212 pro utils for improved experience
Dimensione del File 212 KB
Conteggio Installazioni 36
Versione Corrente 1.3
Ultimo Aggiornamento 2021-06-29
Data di Pubblicazione 2021-06-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore BPS
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}