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 |
官方網址 | 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 |
電子郵箱 | [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" } } |