Swiss Budget Manager

Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more

Swiss Budget Manager là gì?

Swiss Budget Manager là một tiện ích mở rộng Chrome được phát triển bởi Michael M, và tính năng chính của nó là "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swiss Budget Manager

Tải xuống các tệp mở rộng Swiss Budget Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Highlight the price of an item's price and right click to add it to your spending.

You can see your spending and your limit on the upper right corner.

Set your limit inside the options                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
URL Chính Thức https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
Mô tả Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
Kích Thước Tệp 41.08 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-21
Ngày Phát Hành 2017-06-21
Nhà Phát Triển Michael M
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swiss Budget Manager",
    "description": "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more",
    "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"
}