Wealth Dashboard

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

¿Qué es Wealth Dashboard?

Wealth Dashboard es una extensión de Chrome desarrollada por Nikil, y su función principal es "A dashboard for your wealth that enhances your Mint.com account!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Wealth Dashboard

Descarga archivos de extensión Wealth Dashboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Wealth Dashboard Wealth Dashboard
ID cghbofnmlhjphodbiagknegoljaboada
URL Oficial https://chromewebstore.google.com/detail/wealth-dashboard/cghbofnmlhjphodbiagknegoljaboada
Descripción A dashboard for your wealth that enhances your Mint.com account!
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 123
Versión Actual 1.0
Última Actualización 2013-03-02
Fecha de Publicación 2013-03-02
Calificación 3.64/5 Total de 11 Calificaciones
Desarrollador Nikil
Tipo de Pago free
Sitio Web de la Extensión http://www.nikilster.com/fun.html#wealthdashboard
Idiomas Soportados 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"
    }
}