Extended Degiro summary
Displays some missing account data on Degiro dashboard.
Cos'è Extended Degiro summary?
Extended Degiro summary è un'estensione di Chrome sviluppata da samber, e la sua funzione principale è "Displays some missing account data on Degiro dashboard.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extended Degiro summary
Scarica i file di estensione Extended Degiro summary 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
                        Few data are missing on Degiro user interface.
This browser extension displays:
- the daily PnL in percent
- the total PnL in percent
- the current leverage ratio
- the current maximum leverage ratio
- the total fees payed to Degiro
- transaction fees in %
Optional: total PnL can be relative to 1st January balance (set manually).
Data are updated continuously.
🔐 Your privacy matters. We don't collect any data  🔐                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| URL Ufficiale | https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| Descrizione | Displays some missing account data on Degiro dashboard. | 
| Dimensione del File | 9.97 KB | 
| Conteggio Installazioni | 941 | 
| Versione Corrente | 4.1 | 
| Ultimo Aggiornamento | 2021-08-09 | 
| Data di Pubblicazione | 2020-05-11 | 
| Valutazione | 4.67/5 Totale 3 Valutazioni | 
| Sviluppatore | samber | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extended Degiro summary",
    "description": "Displays some missing account data on Degiro dashboard.",
    "version": "4.1",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/trader.degiro.nl\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trader.degiro.nl\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon-128.png",
        "246": "icon-246.jpg"
    }
}  |  |