Budget Manager

This extension tracks your overall spendings.

What is Budget Manager?

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

Extension Screenshots

screenshot

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

                                            

Extension Basic Information

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