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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to export your data from Mint. Built by the team at Monarch Money."입니다.

확장 프로그램 스크린샷

screenshot

Mint Data Exporter, by Monarch Money 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}