Extended Degiro summary
Displays some missing account data on Degiro dashboard.
Wat is Extended Degiro summary?
Extended Degiro summary is een Chrome-extensie ontwikkeld door samber, en de belangrijkste functie is "Displays some missing account data on Degiro dashboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Extended Degiro summary
Download Extended Degiro summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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  🔐                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| Officiële URL | https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| Beschrijving | Displays some missing account data on Degiro dashboard. | 
| Bestandsgrootte | 9.97 KB | 
| Aantal Installaties | 941 | 
| Huidige Versie | 4.1 | 
| Laatst Bijgewerkt | 2021-08-09 | 
| Publicatiedatum | 2020-05-11 | 
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | samber | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |