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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    }
}