Budget Manager

This extension tracks your overall spendings.

What is Budget Manager?

Budget Manager is a Chrome extension developed by Azad Labs, and its main feature is "This extension tracks your overall spendings.".

Download Budget Manager Extension CRX File

Download Budget Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Calculate your spending.                    

Extension Basic Information

Name Budget Manager Budget Manager
ID kkiofekmelcpopjenhnjelgiaeifejjl
Official URL https://chromewebstore.google.com/detail/budget-manager/kkiofekmelcpopjenhnjelgiaeifejjl
Description This extension tracks your overall spendings.
File Size 41.3 KB
Installation Count 436
Current Version 1.0
Last Updated 2017-09-25
Publish Date 2017-09-24
Rating 4.25/5 Total 4 Ratings
Developer Azad Labs
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Budget Manager",
    "version": "1.0",
    "description": "This extension tracks your overall spendings.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}