Spending Calculator for Amazon™ and Flipkart™

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

Apa itu Spending Calculator for Amazon™ and Flipkart™?

Spending Calculator for Amazon™ and Flipkart™ adalah ekstensi Chrome yang dikembangkan oleh ecomspendingtracker, dan fitur utamanya adalah "Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spending Calculator for Amazon™ and Flipkart™

Unduh file ekstensi Spending Calculator for Amazon™ and Flipkart™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Spending Calculator for Amazon™ and Flipkart™ Spending Calculator for Amazon™ and Flipkart™
ID pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
URL Resmi https://chromewebstore.google.com/detail/spending-calculator-for-a/pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Deskripsi Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Ukuran File 1.01 MB
Jumlah Instalasi 7,813
Versi Saat Ini 1.7
Terakhir Diperbarui 2023-10-07
Tanggal Publikasi 2023-02-17
Penilaian 3.50/5 Total 18 Penilaian
Pengembang ecomspendingtracker
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}