ExpAnalyser

This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber

Was ist ExpAnalyser?

ExpAnalyser ist eine Chrome-Erweiterung, die von Hustler entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber".

Erweiterungsscreenshots

screenshot

ExpAnalyser-Erweiterungs-CRX-Datei herunterladen

Laden Sie ExpAnalyser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ExpAnalyser ExpAnalyser
ID ipnnjapdmlffgfpiddicoakookkfnlmi
Offizielle URL https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi
Beschreibung This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
Dateigröße 5.23 KB
Installationsanzahl 31
Aktuelle Version 1.2
Letztes Update 2022-03-17
Veröffentlichungsdatum 2022-03-15
Entwickler Hustler
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}