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 - это расширение Chrome, разработанное Dani, и его основная функция - "Track & Visualize your Degiro portfolio performance with AI, an amazing dark theme while being privacy focused.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Degiro Portfolio Tracking, Visualizations & AI Metrics

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Degiro Portfolio Tracking, Visualizations & AI Metrics Degiro Portfolio Tracking, Visualizations & AI Metrics
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"
        ]
    }
}