Zeus - Degiro Portfolio Manager

Track your portfolio growth with Zeus Portfolio Manager!

Zeus - Degiro Portfolio Manager là gì?

Zeus - Degiro Portfolio Manager là một tiện ích mở rộng Chrome được phát triển bởi https://zeusclub.nl, và tính năng chính của nó là "Track your portfolio growth with Zeus Portfolio Manager!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zeus - Degiro Portfolio Manager

Tải xuống các tệp mở rộng Zeus - Degiro Portfolio Manager 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

                        Zeus - Degiro Portfolio Manager

This is a Chrome Extension that improves your experience with Degiro.nl.

By using the Zeus Chrome Extension, you agree to Zeus terms and conditions. (https://zeusclub.notion.site/Terms-of-Use-02876c137ab546db8a56ca0b486c36f9) 

Features: 

* Checking your portfolio performance and results, day-to-day change and portfolio distribution.
* Checking annual reports and received dividends.
* Changing website language from Dutch to English, German, French, Italian, Spanish, Polish or Czech.
* Dark theme

For a feature request, please write us!

"Zeus" respects the privacy of its clients, in particular their rights regarding the automatic processing of personal data. 

All the data which is used to provide "Zeus" functionality is taken from your Degiro account.

* "Zeus" does not share any of your information with third parties
* Your account data is stored locally in your browser and is not collected by any means of tracking, therefore it’s not stored on any remote servers or shared with third parties
* The service does not perform any operations on your account
* All the data from User’s DeGiro account is used only to be represented to User and expand the capabilities of the site for more convenient and productive use of it

Zeus is Degiro Portfolio Tracker and Degiro Portfolio Visualizer!                    

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

Tên Zeus - Degiro Portfolio Manager Zeus - Degiro Portfolio Manager
ID ckgeffpapoiemciaenjgbelealaekgic
URL Chính Thức https://chromewebstore.google.com/detail/zeus-degiro-portfolio-man/ckgeffpapoiemciaenjgbelealaekgic
Mô tả Track your portfolio growth with Zeus Portfolio Manager!
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 2,918
Phiên Bản Hiện Tại 0.99.28
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2020-05-18
Đánh Giá 4.55/5 Tổng số 117 Đánh Giá
Nhà Phát Triển https://zeusclub.nl
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://zeusclub.nl/degiro-portfolio-manager
URL Trang Chính Sách Bảo Mật https://zeusclub.notion.site/Privacy-Policy-2bc1cab5183b40b18f8da5186fb0bbe6
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zeus - Degiro Portfolio Manager",
    "version": "0.99.28",
    "description": "Track your portfolio growth with Zeus Portfolio Manager!",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/trader.degiro.nl\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trader.degiro.nl\/*trader\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "darkmode.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/activate.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}