Spending Calculator for Amazon™ and Flipkart™

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

O que é Spending Calculator for Amazon™ and Flipkart™?

Spending Calculator for Amazon™ and Flipkart™ é uma extensão do Chrome desenvolvida por ecomspendingtracker, e sua principal característica é "Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Spending Calculator for Amazon™ and Flipkart™

Baixe arquivos de extensão Spending Calculator for Amazon™ and Flipkart™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Spending Calculator for Amazon™ and Flipkart™ Spending Calculator for Amazon™ and Flipkart™
ID pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
URL Oficial https://chromewebstore.google.com/detail/spending-calculator-for-a/pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Descrição Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Tamanho do Arquivo 1.01 MB
Contagem de Instalações 7,813
Versão Atual 1.7
Última Atualização 2023-10-07
Data de Publicação 2023-02-17
Classificação 3.50/5 Total de 18 Avaliações
Desenvolvedor ecomspendingtracker
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}