Extended Degiro summary
Displays some missing account data on Degiro dashboard.
Co to jest Extended Degiro summary?
Extended Degiro summary to rozszerzenie Chrome opracowane przez samber, a jego główną funkcją jest „Displays some missing account data on Degiro dashboard.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Extended Degiro summary
Pobierz pliki rozszerzeń Extended Degiro summary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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  🔐                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd | 
| Opis | Displays some missing account data on Degiro dashboard. | 
| Rozmiar pliku | 9.97 KB | 
| Liczba instalacji | 941 | 
| Aktualna Wersja | 4.1 | 
| Ostatnia Aktualizacja | 2021-08-09 | 
| Data Publikacji | 2020-05-11 | 
| Ocena | 4.67/5 Łącznie 3 Oceny | 
| Deweloper | samber | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |