Money Manager

Track all your spendings with this extension

Что такое Money Manager?

Money Manager - это расширение Chrome, разработанное rathiharshit123, и его основная функция - "Track all your spendings with this extension".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Money Manager

Скачайте файлы расширений Money Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Money Manager Money Manager
ID eglhkdhnmkggbbepgfdigfajlempkdif
Официальный URL https://chromewebstore.google.com/detail/money-manager/eglhkdhnmkggbbepgfdigfajlempkdif
Описание Track all your spendings with this extension
Размер файла 43.05 KB
Количество установок 503
Текущая Версия 0.0.1
Последнее Обновление 2022-01-04
Дата публикации 2022-01-04
Рейтинг 4.70/5 Всего 10 оценок
Разработчик rathiharshit123
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}