Spending Calculator for Amazon™ and Flipkart™

Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator

Wat is Spending Calculator for Amazon™ and Flipkart™?

Spending Calculator for Amazon™ and Flipkart™ is een Chrome-extensie ontwikkeld door ecomspendingtracker, en de belangrijkste functie is "Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Spending Calculator for Amazon™ and Flipkart™

Download Spending Calculator for Amazon™ and Flipkart™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use this extension to calculate total spending on Amazon and Flipkart. 

The Spending tracker for Amazon and Flipkart chrome extension helps users keep track of their spending on two of the most popular e-commerce platforms. The extension calculates the rear-wise total amount spent on orders made through Amazon™ and Flipkart™, allowing users to track their spending over time and make more informed purchasing decisions. 

How to use Spending tracker for Amazon & Flipkart? 

>>Install the extension and pin it to your chrome browser 
>>Visit the Amazon & Flipkart website and login to your account 
>Go to my orders section                                                                                                                                               >>Now click on extension icon and tap on Find Total Spending 
>>You can also recalculate total spending by clicking on “Re-Analyze” option 
 

 
Key Features  

>>Here are the key features of the expense tracker for Amazon™ and Flipkart™  

>>Calculates total spending: The extension calculates the total amount spent on orders made through Amazon and Flipkart. 

>>Year-wise spent amount: It calculates the total spent amount year-wise, allowing users to track their spending over time. 

>>Recalculating spending: Users can recalculate their total spending for up to latest order 

>>Helps track spending: The purpose of the extension is to help users keep track of their spending on Amazon and Flipkart. 

>>Saves time: By automatically calculating spending, the extension saves users time and effort that would otherwise be spent manually tracking their spending habits.                    

Basisinformatie over de Extensie

Naam Spending Calculator for Amazon™ and Flipkart™ Spending Calculator for Amazon™ and Flipkart™
ID pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Officiële URL https://chromewebstore.google.com/detail/spending-calculator-for-a/pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Beschrijving Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Bestandsgrootte 1.01 MB
Aantal Installaties 7,813
Huidige Versie 1.7
Laatst Bijgewerkt 2023-10-07
Publicatiedatum 2023-02-17
Beoordeling 3.50/5 Totaal 18 Beoordelingen
Ontwikkelaar ecomspendingtracker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "Icons\/Icon 16.png",
            "32": "Icons\/Icon 32.png",
            "64": "Icons\/Icon 64.png",
            "128": "Icons\/Icon 128.png",
            "2000": "Icons\/Icon 2000.png"
        }
    },
    "icons": {
        "16": "Icons\/Icon 16.png",
        "32": "Icons\/Icon 32.png",
        "64": "Icons\/Icon 64.png",
        "128": "Icons\/Icon 128.png",
        "2000": "Icons\/Icon 2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "gcm",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Icons\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}