Wealth Dashboard

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

Wealth Dashboard क्या है?

Wealth Dashboard Nikil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A dashboard for your wealth that enhances your Mint.com account!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wealth Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}