Extended Degiro summary
Displays some missing account data on Degiro dashboard.
Was ist Extended Degiro summary?
Extended Degiro summary ist eine Chrome-Erweiterung, die von samber entwickelt wurde, und ihr Hauptmerkmal ist "Displays some missing account data on Degiro dashboard.".
Erweiterungsscreenshots
Extended Degiro summary-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extended Degiro summary-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
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 🔐
Grundlegende Informationen zur Erweiterung
Name | Extended Degiro summary |
ID | jcmmnlmlpjkccjpdkjnjnglhhcnfbajd |
Offizielle URL | https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd |
Beschreibung | Displays some missing account data on Degiro dashboard. |
Dateigröße | 9.97 KB |
Installationsanzahl | 941 |
Aktuelle Version | 4.1 |
Letztes Update | 2021-08-09 |
Veröffentlichungsdatum | 2020-05-11 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | samber |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |