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ファイルをダウンロード

Extended Degiro summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}