ExpAnalyser
This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
What is ExpAnalyser?
ExpAnalyser is a Chrome extension developed by Hustler, and its main feature is "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber".
Extension Screenshots
Download ExpAnalyser Extension CRX File
Download ExpAnalyser 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
The Chrome extension is a utility for the expense tracker SaaS application. It helps to make api calls and fetch the data and process it. The extension will help users to log their expenses without having to do any manual work. It will also provide them with all the reports they need for their business or personal needs. It is a free and easy to use tool that will provide them with all the reports they need. It provides users with an easy way to track their expenses, and it also has an option to export data.
Extension Basic Information
Name | ExpAnalyser |
ID | ipnnjapdmlffgfpiddicoakookkfnlmi |
Official URL | https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi |
Description | This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber |
File Size | 5.23 KB |
Installation Count | 31 |
Current Version | 1.2 |
Last Updated | 2022-03-17 |
Publish Date | 2022-03-15 |
Developer | Hustler |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 3, "name": "ExpAnalyser", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "scripting", "storage", "cookies" ], "description": "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.kharchaa.com\/*" ], "ids": [ "ipnnjapdmlffgfpiddicoakookkfnlmi", "oclegngffehdejgfekldajmaccjefljh" ] }, "background": { "service_worker": "b.min.js" } } |