Extended Degiro summary

Displays some missing account data on Degiro dashboard.

Extended Degiro summary란 무엇입니까?

Extended Degiro summary은(는) samber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays some missing account data on Degiro dashboard."입니다.

확장 프로그램 스크린샷

screenshot

Extended Degiro summary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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  🔐                    

확장 프로그램 기본 정보

이름 Extended Degiro summary Extended Degiro summary
ID jcmmnlmlpjkccjpdkjnjnglhhcnfbajd
공식 URL https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd
설명 Displays some missing account data on Degiro dashboard.
파일 크기 9.97 KB
설치 횟수 941
현재 버전 4.1
최근 업데이트 2021-08-09
출시 날짜 2020-05-11
평점 4.67/5 총 3 개의 평점
개발자 samber
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}