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文件

下载Breakdown, for Mint and Personal Capital扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}