FinFux

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

FinFuxคืออะไร?

FinFux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย google และคุณลักษณะหลักของมันคือ "Sammeldownloads auf Knopfdruck für Scalable Capital, Trade Republic und ING."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FinFux

ดาวน์โหลดไฟล์ส่วนขยาย FinFux ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FinFux FinFux
ID hkamfaenmknibpcjhcifklcjmmnhdagn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finfux/hkamfaenmknibpcjhcifklcjmmnhdagn
คำอธิบาย Sammeldownloads auf Knopfdruck für Scalable Capital, Trade Republic und ING.
ขนาดไฟล์ 56.25 KB
จำนวนการติดตั้ง 420
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2023-09-16
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา google
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://finfux.download
ภาษาที่รองรับ 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"
            ]
        }
    ]
}