Spending Calculator for Amazon™ and Flipkart™

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

Что такое Spending Calculator for Amazon™ and Flipkart™?

Spending Calculator for Amazon™ and Flipkart™ - это расширение Chrome, разработанное ecomspendingtracker, и его основная функция - "Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Spending Calculator for Amazon™ and Flipkart™

Скачайте файлы расширений Spending Calculator for Amazon™ and Flipkart™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Spending Calculator for Amazon™ and Flipkart™ Spending Calculator for Amazon™ and Flipkart™
ID pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Официальный URL https://chromewebstore.google.com/detail/spending-calculator-for-a/pmkoilojjepdgnbhnbfmbpjbcgfgbaoe
Описание Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Размер файла 1.01 MB
Количество установок 7,813
Текущая Версия 1.7
Последнее Обновление 2023-10-07
Дата публикации 2023-02-17
Рейтинг 3.50/5 Всего 18 оценок
Разработчик ecomspendingtracker
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}