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.”。
扩展截图
下载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 |
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" } } |