Zeus - Degiro Portfolio Manager
Track your portfolio growth with Zeus Portfolio Manager!
Zeus - Degiro Portfolio Manager क्या है?
Zeus - Degiro Portfolio Manager https://zeusclub.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your portfolio growth with Zeus Portfolio Manager!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zeus - Degiro Portfolio Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Zeus - Degiro Portfolio Manager |
ID | ckgeffpapoiemciaenjgbelealaekgic |
आधिकारिक URL | https://chromewebstore.google.com/detail/zeus-degiro-portfolio-man/ckgeffpapoiemciaenjgbelealaekgic |
विवरण | Track your portfolio growth with Zeus Portfolio Manager! |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 2,918 |
वर्तमान संस्करण | 0.99.28 |
अंतिम अपडेट | 2024-01-08 |
प्रकाशन तिथि | 2020-05-18 |
रेटिंग | 4.55/5 कुल 117 रेटिंग्स |
डेवलपर | https://zeusclub.nl |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://zeusclub.nl/degiro-portfolio-manager |
गोपनीयता नीति पृष्ठ URL | https://zeusclub.notion.site/Privacy-Policy-2bc1cab5183b40b18f8da5186fb0bbe6 |
समर्थित भाषाएँ | 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": [ " |