BudgetTracker
Manage your money to get out and stay out of debt
What is BudgetTracker?
BudgetTracker is a Chrome extension developed by https://www.budgettracker.com, and its main feature is "Manage your money to get out and stay out of debt".
Extension Screenshots
Download BudgetTracker Extension CRX File
Download BudgetTracker 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
Budget your finances to know where your money is going. BudgetTracker is a complete online money management tool designed to keep track of all your transactions and bank accounts from your computer, mobile phone, or iPad. Receive reminders to your phone or email when your bills are due. Get started for Free!
Extension Basic Information
Name | BudgetTracker |
ID | daakogegoipfkckboloahagojnlifanf |
Official URL | https://chromewebstore.google.com/detail/budgettracker/daakogegoipfkckboloahagojnlifanf |
Description | Manage your money to get out and stay out of debt |
File Size | 24.33 KB |
Installation Count | 148 |
Current Version | 1.1 |
Last Updated | 2016-03-12 |
Publish Date | 2016-03-12 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://www.budgettracker.com |
Payment Type | free |
Extension Website | http://www.budgettracker.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BudgetTracker", "version": "1.1", "manifest_version": 2, "description": "Manage your money to get out and stay out of debt", "icons": { "128": "budgettracker.png" }, "browser_action": { "default_title": "BudgetTracker", "default_icon": "budgettracker.png", "default_popup": "budgettracker.html" }, "permissions": [ "https:\/\/secure.budgettracker.com\/*" ] } |