ExpAnalyser

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

Qu'est-ce que ExpAnalyser ?

ExpAnalyser est une extension Chrome développée par Hustler, et sa fonction principale est "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ExpAnalyser

Téléchargez les fichiers d'extension ExpAnalyser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ExpAnalyser ExpAnalyser
ID ipnnjapdmlffgfpiddicoakookkfnlmi
URL Officiel https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi
Description This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
Taille du Fichier 5.23 KB
Nombre d'Installations 31
Version Actuelle 1.2
Dernière Mise à Jour 2022-03-17
Date de Publication 2022-03-15
Développeur Hustler
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}