Extended Degiro summary
Displays some missing account data on Degiro dashboard.
Extended Degiro summaryคืออะไร?
Extended Degiro summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samber และคุณลักษณะหลักของมันคือ "Displays some missing account data on Degiro dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extended Degiro summary
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |