Zomato Spending Calculator: Time is more important than anything Nowadays. This is the Digital India Era. After Jio in India, everything changed totally. This is high time. we have now Zomato, Swiggy, and Swiggy Instamart. Order anything you will get in 30 minutes. This sounds so cool yes? but have you ever think about how much money you have spent on Zomato & Swiggy?. Yes, it’s possible. in this post, we will talk about How to check How Much Money you spent on Zomato & Swiggy. I love to order online food from Zomato, Swiggy, and Dominos. I know I order a lot from these online food delivery apps. but I don’t have any idea how much I spent but when a knew the exact figure amount after using this tool. it’s About 3Lakh in last month.
Zomato Spending Calculator
View total amount (in rupees) you have spent till now while ordering from Zomato App. Chrome Extension for calculating the total amount of money(in rupees) spent while ordering from Zomato App/Website. Extension has options for you to select for what time period you want to calculate the total amount of money spent. ( This Month, This Year or the whole history). This extension may currently only work for Indian Zomato users.
How To Check How Much Money You Have Spent On Zomato
- Open Your Laptop/ PC
- Search on Google – Zomato Spending Calculator Extension
- Now click on add to chrome
- Go to Zomato.com > Login your Account
- Click on Zomato Spending Calculator Extention
- You will see How Much you have spent on Zomato till now.
- In my case it was ₹94850 till now.
- I can get a Iphone 12 easily from Flipkart if i have save the amount.
Also Read: How to Transfer Files from Windows to iPhone – Easy Ways
How To Check How Much Money You Have Spent On Swiggy
- Open Swiggy on your laptop
- Login your account > Go To My Oders
- Now keep scroling the my oders page till the end.
- Now right click on your mouse and tap on inspect.
- Now click on console >
- Now paste the code from here and enter
- You will see how much money you have spent on swiggy till now.
- In my case i spent Total amount on Swiggy so far is ₹ 4793
amount_node_list = document.getElementsByClassName('_3Hghg'); amount_regex = /\d+.\d*/g; total_amount = 0 for (let i = 0; i < amount_node_list.length; i++) { current_amount = amount_node_list[i].innerHTML; if (current_amount.match(amount_regex)) { integer_amount = parseInt(current_amount.match(amount_regex)[0]) total_amount += integer_amount; } } console.log("Total amount spent on Swiggy so far is ₹", total_amount);