Mint Data Exporter, by Monarch Money

Browser extension to export your data from Mint. Built by the team at Monarch Money.

Mint Data Exporter, by Monarch Money क्या है?

Mint Data Exporter, by Monarch Money Monarch Money द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension to export your data from Mint. Built by the team at Monarch Money."।

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

screenshot

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

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

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

                        Export your Mint.com transactions and account balance history before Mint shuts down. Mint is shutting down and migrating its users to Credit Karma on March 23, 2024.

--- Best Mint alternative ---
This tool is brought to you by Monarch Money. Monarch is the best Mint alternative. Once you finish exporting to CSV, you can import all of your Mint history files with just a few clicks into Monarch and start managing your money like a pro.

--- Getting started ---
Use this chrome extension while on the Mint.com website to export your transactions and your net worth history. When on the Mint website, the extension will detect your Mint account and give you options for what to download. The extension will download CSVs to your computer with all of your financial data. Your data is NEVER shared.

--- Export transactions ---
This extension can export all of your transactions at once into one CSV with no limits. Mint's own transaction export tool only exports 10,000 transactions at a time.

--- Export account balances ---
This extension can also export the balance history for all of your accounts with just one click. Mints own balance history export tool must be done once per account.                    

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

नाम Mint Data Exporter, by Monarch Money Mint Data Exporter, by Monarch Money
ID doknkjpaacjheilodaibfpimamfgfhap
आधिकारिक URL https://chromewebstore.google.com/detail/mint-data-exporter-by-mon/doknkjpaacjheilodaibfpimamfgfhap
विवरण Browser extension to export your data from Mint. Built by the team at Monarch Money.
फ़ाइल का आकार 613 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2024-03-06
प्रकाशन तिथि 2023-11-16
रेटिंग 3.98/5 कुल 40 रेटिंग्स
डेवलपर Monarch Money
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://monarchmoney.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mint Data Exporter, by Monarch Money",
    "version": "1.0.8",
    "description": "Browser extension to export your data from Mint. Built by the team at Monarch Money.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "downloads"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png",
        "default_title": "Open Mint Data Exporter"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "icon-beta-34.png",
                "icon-beta-128.png"
            ],
            "matches": [
                "https:\/\/mint.intuit.com\/*"
            ]
        }
    ]
}