Money Manager

Track all your spendings with this extension

¿Qué es Money Manager?

Money Manager es una extensión de Chrome desarrollada por rathiharshit123, y su función principal es "Track all your spendings with this extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Money Manager

Descarga archivos de extensión Money Manager 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

                        This extension is used to manage your budget. With this extension the user can set his/her budget and then spend the money. This extension will let you know how much money you have left and how much you've spent. You can also reset the money you've spent. 

Since it has the functionality to appear in the context menu, the user can go on shopping websites and can select the price of the item, and then right click on the number and select spendMoney option to spend that much amount.

This extension will give out notifications when the user have spent more money than they have allotted also when they have done the reset. So, you can set your savings as your budget and when you spend more money than your savings you will get notified.                    

Información Básica de la Extensión

Nombre Money Manager Money Manager
ID eglhkdhnmkggbbepgfdigfajlempkdif
URL Oficial https://chromewebstore.google.com/detail/money-manager/eglhkdhnmkggbbepgfdigfajlempkdif
Descripción Track all your spendings with this extension
Tamaño del Archivo 43.05 KB
Cantidad de Instalaciones 503
Versión Actual 0.0.1
Última Actualización 2022-01-04
Fecha de Publicación 2022-01-04
Calificación 4.70/5 Total de 10 Calificaciones
Desarrollador rathiharshit123
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Money Manager",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Track all your spendings with this extension",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}