Breakdown, for Mint and Personal Capital

Breakdown slices and dices transactions downloaded from Mint and Personal Capital.

Breakdown, for Mint and Personal Capital란 무엇입니까?

Breakdown, for Mint and Personal Capital은(는) John Dimm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Breakdown slices and dices transactions downloaded from Mint and Personal Capital."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Breakdown, for Mint and Personal Capital 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        First check out the demo on Olympic Medals:

  http://www.johndimm.com/breakdown/

The interface works on all kinds of multidimensional data.  Applied to personal financial data, it can answer questions like:

 - Where did all my  money go?
 - When did I start shopping more at Trader Joe's than Vons?
 - How did I spend more on vacation this year than usual?

Breakdown works by loading your Mint or Personal Capital data into Lovefield, the browser-based local database written in javascript by a team at Google.

Your data stays on your machine.  


Step 1:

Install the Chrome Extension.

Step 2:

In Mint, scroll to the bottom of the Transactions tab and click the small Export link on the right.  

In Personal Capital, go to Overview/Transactions, select All, and click the CSV button.

Save the csv file to your hard drive.

Step 3:

A new tab will appear for Breakdown, thanks to the extension.  Click the big Import button.  Select the csv file you just downloaded.  

That's it!

Breakdown relies on you to download data yourself and pass it on manually to Breakdown, which passes it on to Lovefield.  That sounds painful but it's only a few button clicks whenever you want the latest transactions.

There are no user accounts or logins because there is no interaction with any server.  All data is local.

The Lovefield database can be seen in the Chrome Developer Tools under the Applications tab, in IndexedDB and Local Storage.

Breakdown:  
  https://dprhcp006.doteasy.com/~johndimm/breakdown/

Mint: 
  https://mint.intuit.com/

Personal Capital: 
  https://www.personalcapital.com/

Lovefield: 
  https://google.github.io/lovefield/                    

확장 프로그램 기본 정보

이름 Breakdown, for Mint and Personal Capital Breakdown, for Mint and Personal Capital
ID npkcbabhgmplkmaaljpcbombbgkggilm
공식 URL https://chromewebstore.google.com/detail/breakdown-for-mint-and-pe/npkcbabhgmplkmaaljpcbombbgkggilm
설명 Breakdown slices and dices transactions downloaded from Mint and Personal Capital.
파일 크기 11.08 KB
설치 횟수 38
현재 버전 0.0.12
최근 업데이트 2019-10-07
출시 날짜 2019-10-07
평점 5.00/5 총 1 개의 평점
개발자 John Dimm
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.johndimm.com/breakdown/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breakdown, for Mint and Personal Capital",
    "short_name": "Breakdown",
    "version": "0.0.12",
    "description": "Breakdown slices and dices transactions downloaded from Mint and Personal Capital.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads"
    ],
    "icons": {
        "128": "icon128.png"
    }
}