Spending Calculator for Amazon™ and Flipkart™

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

Vad är Spending Calculator for Amazon™ and Flipkart™?

Spending Calculator for Amazon™ and Flipkart™ är en Chrome-tillägg utvecklad av ecomspendingtracker, och dess huvudfunktion är "Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Spending Calculator for Amazon™ and Flipkart™-förlängningens CRX-fil

Ladda ner Spending Calculator for Amazon™ and Flipkart™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Spending Calculator for Amazon™ and Flipkart™ Spending Calculator for Amazon™ and Flipkart™
ID pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Officiell webbadress https://chromewebstore.google.com/detail/spending-calculator-for-a/pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Beskrivning Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Filstorlek 1.01 MB
Antal Installationer 7,813
Aktuell Version 1.7
Senast Uppdaterad 2023-10-07
Publiceringsdatum 2023-02-17
Betyg 3.50/5 Totalt 18 Betyg
Utvecklare ecomspendingtracker
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}