ExpAnalyser
This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
ExpAnalyserとは何ですか?
ExpAnalyserはHustlerによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber」です。
拡張機能のスクリーンショット
ExpAnalyser拡張機能のCRXファイルをダウンロード
ExpAnalyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ExpAnalyser |
ID | ipnnjapdmlffgfpiddicoakookkfnlmi |
公式URL | https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi |
説明 | This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber |
ファイルサイズ | 5.23 KB |
インストール数 | 31 |
現在のバージョン | 1.2 |
最終更新日 | 2022-03-17 |
公開日 | 2022-03-15 |
開発者 | Hustler |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |