Degiro Portfolio Tracking, Visualizations & AI Metrics
Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.
什么是Degiro Portfolio Tracking, Visualizations & AI Metrics?
Degiro Portfolio Tracking, Visualizations & AI Metrics是由Dani开发的Chrome扩展程序,该扩展的主要功能是“Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.”。
扩展截图
下载Degiro Portfolio Tracking, Visualizations & AI Metrics扩展crx文件
下载Degiro Portfolio Tracking, Visualizations & AI Metrics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Portfolio Management with AI Forecasting!
Experience the power of AI forecasting to visualize your Degiro portfolio's performance over the next 20 years. Mercury offers a suite of features tailored to optimize your investment strategy, including:
Performance Tracking: Keep tabs on your portfolio's performance effortlessly.
Investment Monitoring: Monitor total invested amounts with precision.
Portfolio Composition: Stay informed about your portfolio's asset distribution.
Month-to-Month Evaluation: Analyze performance changes with and without considering deposits.
Advanced Statistics: Dive deep into Gaussian distributions, Sharpe ratio, yearly returns, volatility, and Sortino ratio.
Personalization: Tailor your experience with a sleek dark theme.
By utilizing the Mercury Chrome Extension, you acknowledge and agree to Mercury's terms and conditions. Terms of Use
Key Features:
Privacy Priority: Mercury respects your privacy, ensuring that your personal data is handled securely.
Direct Data Sourcing: All necessary data is sourced directly from your Degiro account.
Strict Data Confidentiality: Your information is securely stored locally in your browser, with no disclosure to third parties.
No External Operations: Mercury operates solely within your browser, without any external account operations.
Mercury stands as the ultimate Degiro Portfolio Tracker and Visualizer, providing a seamless solution for monitoring your portfolio growth and investment performance.
Keywords: Portfolio Management, AI Forecasting, Degiro Portfolio Tracker, Investment Monitoring, Portfolio Visualization, Advanced Statistics, Privacy Protection, Data Security, Personalization, Investment Performance, Financial Analysis. 扩展基本信息
| 名称 | |
| ID | codebcdegkebiploiddbbofkljbcigij |
| 官方URL | https://chromewebstore.google.com/detail/degiro-portfolio-tracking/codebcdegkebiploiddbbofkljbcigij |
| 简介 | Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused. |
| 文件大小 | 1.33 MB |
| 安装次数 | 39 |
| 当前版本 | 4.1.2 |
| 更新时间 | 2024-03-04 |
| 上架时间 | 2023-12-22 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Dani |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://danieleligato-eng.notion.site/Mercury-35c8ca8c3fdc45f2ba5d1f98912cf628 |
| 帮助页面URL | https://danieleligato-eng.notion.site/Tems-of-use-support-440fb2bbbf4b41b9ba97fd84a05912c4 |
| 隐私政策页面URL | https://danieleligato-eng.notion.site/Privacy-Policy-51d687bc129b40e6b92c44656c121abe |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Degiro Portfolio Tracking, Visualizations & AI Metrics",
"version": "4.1.2",
"description": "Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.",
"permissions": [
"storage",
"activeTab",
"notifications"
],
"content_scripts": [
{
"matches": [
"https:\/\/trader.degiro.nl\/*",
"https:\/\/extensionpay.com\/*"
],
"js": [
"content.js",
"ExtPay.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"icons": {
"18": "icon-18.png",
"32": "icon-32.png",
"128": "icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts",
"script-src": [
"self",
"wasm-unsafe-eval",
"inline-speculation-rules",
"https:\/\/cdn.jsdelivr.net\/npm\/chart.js",
"https:\/\/extensionpay.com"
],
"connect-src": [
"https:\/\/extensionpay.com"
]
}
} | |