ExpAnalyser

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

Co je ExpAnalyser?

ExpAnalyser je rozšíření Chrome vyvinuté Hustler, a jeho hlavní funkcí je „This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ExpAnalyser

Stáhněte si soubory rozšíření ExpAnalyser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ExpAnalyser ExpAnalyser
ID ipnnjapdmlffgfpiddicoakookkfnlmi
Oficiální URL https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi
Popis This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
Velikost souboru 5.23 KB
Počet instalací 31
Aktuální Verze 1.2
Poslední Aktualizace 2022-03-17
Datum Vydání 2022-03-15
Vývojář Hustler
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}