Extended Degiro summary

Displays some missing account data on Degiro dashboard.

Extended Degiro summary là gì?

Extended Degiro summary là một tiện ích mở rộng Chrome được phát triển bởi samber, và tính năng chính của nó là "Displays some missing account data on Degiro dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extended Degiro summary

Tải xuống các tệp mở rộng Extended Degiro summary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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  🔐                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extended Degiro summary Extended Degiro summary
ID jcmmnlmlpjkccjpdkjnjnglhhcnfbajd
URL Chính Thức https://chromewebstore.google.com/detail/extended-degiro-summary/jcmmnlmlpjkccjpdkjnjnglhhcnfbajd
Mô tả Displays some missing account data on Degiro dashboard.
Kích Thước Tệp 9.97 KB
Số Lần Cài Đặt 941
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2021-08-09
Ngày Phát Hành 2020-05-11
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển samber
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}