Expense Tracker
This extension tracks your overall expenses online.
What is Expense Tracker?
Expense Tracker is a Chrome extension developed by AdityaAtri, and its main feature is "This extension tracks your overall expenses online.".
Extension Screenshots
Download Expense Tracker Extension CRX File
Download Expense Tracker 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
This chrome extension "Expense Tracker" manages your online expenses. You can set your annually/monthly/ weekly expenditure limit. If you cross that limit - you will get notification.
Extension Basic Information
Name | Expense Tracker |
ID | gkmdoophpihehbiphmilpfgoklbbgfmc |
Official URL | https://chromewebstore.google.com/detail/expense-tracker/gkmdoophpihehbiphmilpfgoklbbgfmc |
Description | This extension tracks your overall expenses online. |
File Size | 1.28 MB |
Installation Count | 210 |
Current Version | 1.0.1 |
Last Updated | 2019-05-12 |
Publish Date | 2019-05-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | AdityaAtri |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Expense Tracker", "description": "This extension tracks your overall expenses online.", "version": "1.0.1", "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" } |