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"
        ]
    }
}