Wealth Dashboard

A dashboard for your wealth that enhances your Mint.com account!

Wealth Dashboard란 무엇입니까?

Wealth Dashboard은(는) Nikil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A dashboard for your wealth that enhances your Mint.com account!"입니다.

확장 프로그램 스크린샷

screenshot

Wealth Dashboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To Use Wealth Dashboard:
1. Install this extension on Chrome
2. Go to Mint.com and log in
3. Enjoy :)

***IMPORTANT*** - All of the data STAYS on your computer.  No data, money, or anything is sent or transferred anywhere!


Wealth Dashboard is the best way to get a high level overview of your personal wealth.  Built on top of Mint.com, the dashboard shows you a simple overview of your net worth broken down into a few categories: cash, investments, loans, and property. In addition it shows you your financial growth over time in a simple and intuitive way.

Wealth Dashboard is built around the principles of psychology I learned from incredibly successful people: focus on how much wealth you have and how it is growing (instead of just seing a list of things you spent on).

Wealth Dashboard is 100% safe for your Mint account and your finances (it doesn't let anyone else see your data and everything is stored on your own computer) and doesn't edit your financial info on Mint at all.

Hope you enjoy it and prosper:)

Nikil
www.nikilster.com/fun.html#wealthdashboard                    

확장 프로그램 기본 정보

이름 Wealth Dashboard Wealth Dashboard
ID cghbofnmlhjphodbiagknegoljaboada
공식 URL https://chromewebstore.google.com/detail/wealth-dashboard/cghbofnmlhjphodbiagknegoljaboada
설명 A dashboard for your wealth that enhances your Mint.com account!
파일 크기 100 KB
설치 횟수 123
현재 버전 1.0
최근 업데이트 2013-03-02
출시 날짜 2013-03-02
평점 3.64/5 총 11 개의 평점
개발자 Nikil
결제 유형 free
확장 프로그램 웹 사이트 http://www.nikilster.com/fun.html#wealthdashboard
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wealth Dashboard",
    "description": "A dashboard for your wealth that enhances your Mint.com account!",
    "version": "1.0",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/wwws.mint.com\/overview.event",
                "https:\/\/wwws.mint.com\/overview.event?"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "dashboard.js",
                "display.js",
                "day.js",
                "delta.js",
                "safe.js",
                "moment.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "grid_noise.png",
        "white_wall.png",
        "close_button.png",
        "white_diamond.png"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}