FinFux

Sammeldownloads auf Knopfdruck für Scalable Capital, Trade Republic und ING.

What is FinFux?

FinFux is a Chrome extension developed by google, and its main feature is "Sammeldownloads auf Knopfdruck für Scalable Capital, Trade Republic und ING.".

Extension Screenshots

screenshot

Download FinFux Extension CRX File

Download FinFux extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FinFux erleichtert dir die Arbeit mit deinen Investment-Portfolios und Depots durch folgende Features:

📥 SAMMELDOWNLOADS

Lade deine letzen Transaktionen von Scalable Capital, Trade Republic oder der ING gesammelt, einfach und bequem auf Knopfdruck herunter. Spare viel Zeit mit dem Bulk-Export der Dokumente, um diese dann zum Beispiel in Portfolio Performance oder Parqet zu importieren.

📖 ANLEITUNG

Nach der Installation von "FinFux" findest du den Button "Sammel-Download" - je nach Broker - auf folgenden Seiten:

- Trade Republic: Profil-Seite (https://app.traderepublic.com/profile)
- Scalable Capital: Transaktionen-Seite (https://de.scalable.capital/broker/transactions)
- ING: Postbox-Seite (https://banking.ing.de/app/postbox/postbox)                    

Extension Basic Information

Name FinFux FinFux
ID hkamfaenmknibpcjhcifklcjmmnhdagn
Official URL https://chromewebstore.google.com/detail/finfux/hkamfaenmknibpcjhcifklcjmmnhdagn
Description Sammeldownloads auf Knopfdruck für Scalable Capital, Trade Republic und ING.
File Size 56.25 KB
Installation Count 420
Current Version 0.0.8
Last Updated 2023-11-18
Publish Date 2023-09-16
Rating 5.00/5 Total 6 Ratings
Developer google
Email [email protected]
Payment Type free
Extension Website https://finfux.download
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FinFux",
    "version": "0.0.8",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.amazonaws.com\/*"
    ],
    "author": "Thorsten Schleinzer \u2022 schleinzer.dev",
    "description": "Sammeldownloads auf Knopfdruck f\u00fcr Scalable Capital, Trade Republic und ING.",
    "icons": {
        "64": "finfux_logo_64x64.png"
    },
    "action": {
        "default_icon": {
            "64": "finfux_logo_64x64.png"
        },
        "default_title": "FinFux \u00a9 Thorsten Schleinzer \u2022 schleinzer.dev",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.scalable.capital\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "base.js",
                "js\/scalablecapital.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.traderepublic.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "base.js",
                "js\/traderepublic.js"
            ]
        },
        {
            "matches": [
                "https:\/\/banking.ing.de\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "base.js",
                "js\/ing.js"
            ]
        }
    ]
}