Money Manager

Track all your spendings with this extension

什麼是Money Manager?

Money Manager是由rathiharshit123開發的Chrome擴展程式,該擴展的主要功能是“Track all your spendings with this extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Money Manager擴展crx文件

下載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
官方網址 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"
    ]
}