Bankin+

Bankin unofficial premium addons

Bankin+ क्या है?

Bankin+ Lefebvre Rémy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bankin unofficial premium addons"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bankin+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Extension Description:

Bankin+ is an unofficial extension that enhances your Bankin experience. It adds advanced financial analysis tools to your Bankin account, including interactive charts, transaction export features, and much more.

Key Features:

Advanced Charts: provides you with line and sankey charts to visualize your financial transactions categories. These tools give you a clear understanding of your expenses and income by making them easily comprehensible.

Transaction Export: You can export all your transactions into a CSV or Excel file. These data are organized and categorized to facilitate their use in budget management tools or your own analyses.

Why choose ou solution for Bankin?

In-depth Understanding: Our analysis and visualization tools allow you to transform your raw data into actionable information, enabling you to understand and manage your finances more efficiently.

Security: We've designed Bankin+ with the utmost care for your safety. This unofficial extension neither stores nor accesses your banking information. All analyses and visualizations are performed locally on your browser.

Note: Bankin+ for Bankin is an unofficial extension. We are not affiliated with Bankin.                    

एक्सटेंशन की मूल जानकारी

नाम Bankin+ Bankin+
ID jeomdpldhaigmdbjobamliaipijhmiie
आधिकारिक URL https://chromewebstore.google.com/detail/bankin+/jeomdpldhaigmdbjobamliaipijhmiie
विवरण Bankin unofficial premium addons
फ़ाइल का आकार 140 KB
स्थापना संख्या 48
वर्तमान संस्करण 0.1.10.2
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-03-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Lefebvre Rémy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Thorfy/Bankin-
सहायता पृष्ठ URL https://github.com/Thorfy/Bankin-
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bankin+",
    "description": "Bankin unofficial premium addons",
    "version": "0.1.10.2",
    "author": "Remy Lefebvre",
    "icons": {
        "64": "asset\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/Loading.gif",
                "asset\/eye.png",
                "asset\/eyeClose.png"
            ],
            "matches": [
                "https:\/\/*.bankin.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.bankin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bankin.com\/*"
            ],
            "js": [
                "js\/Evt.js",
                "js\/Settings.js",
                "js\/BankinData.js",
                "js\/Hidder.js",
                "js\/ChartData.js",
                "js\/ChartData2.js",
                "libs\/chart.js",
                "libs\/chartjs-adapter-date-fns.js",
                "libs\/chartjs-chart-sankey.js",
                "injected.js"
            ]
        }
    ]
}