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 là gì?

Degiro Portfolio Tracking, Visualizations & AI Metrics là một tiện ích mở rộng Chrome được phát triển bởi Dani, và tính năng chính của nó là "Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Degiro Portfolio Tracking, Visualizations & AI Metrics

Tải xuống các tệp mở rộng Degiro Portfolio Tracking, Visualizations & AI Metrics 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

                        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.                    

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

Tên Degiro Portfolio Tracking, Visualizations & AI Metrics Degiro Portfolio Tracking, Visualizations & AI Metrics
ID codebcdegkebiploiddbbofkljbcigij
URL Chính Thức https://chromewebstore.google.com/detail/degiro-portfolio-tracking/codebcdegkebiploiddbbofkljbcigij
Mô tả Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 4.1.2
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-12-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dani
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://danieleligato-eng.notion.site/Mercury-35c8ca8c3fdc45f2ba5d1f98912cf628
URL Trang Trợ Giúp https://danieleligato-eng.notion.site/Tems-of-use-support-440fb2bbbf4b41b9ba97fd84a05912c4
URL Trang Chính Sách Bảo Mật https://danieleligato-eng.notion.site/Privacy-Policy-51d687bc129b40e6b92c44656c121abe
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}