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
What is Swiss Budget Manager?
Swiss Budget Manager is a Chrome extension developed by Michael M, and its main feature is "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more".
Extension Screenshots
Download Swiss Budget Manager Extension CRX File
Download Swiss 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
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
Extension Basic Information
Name | Swiss Budget Manager |
ID | djieiklpkjjjkpacmhelikfebpdmofba |
Official URL | https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba |
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 |
File Size | 41.08 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-21 |
Developer | Michael M |
Payment Type | free |
Supported Languages | 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" } |