Zomato-Swiggy Expense Tracker

Track your all Food Expense of Zomato and Swiggy at one place!

What is Zomato-Swiggy Expense Tracker?

Zomato-Swiggy Expense Tracker is a Chrome extension developed by Rhythm Jayee, and its main feature is "Track your all Food Expense of Zomato and Swiggy at one place!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zomato-Swiggy Expense Tracker Extension CRX File

Download Zomato-Swiggy Expense Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Steps to use this extension : 
1. Login into Both Zomato and Swiggy accounts.
2. Click on extension icon to get the results.

Features : 
1. Support of India's top two Food ordering apps.
2. Year based stats report.
2. Monthly Orders Expense over the selected year.
3. Overall Delivered order & their Expense till date.
4. Toggle to switch between stats of Zomato & Swiggy.
5. Refresh button to fetch the updated stats from the app.
6. Total Food Order Expense View.

NOTE : Do comment for new feature requirement or bugs, will happy to take that up.                    

Extension Basic Information

Name Zomato-Swiggy Expense Tracker Zomato-Swiggy Expense Tracker
ID lkcpoccgcpbmjljkieomaijcibmekpgh
Official URL https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh
Description Track your all Food Expense of Zomato and Swiggy at one place!
File Size 230 KB
Installation Count 671
Current Version 1.3.4
Last Updated 2022-11-04
Publish Date 2022-10-27
Rating 4.33/5 Total 3 Ratings
Developer Rhythm Jayee
Email [email protected]
Payment Type free
Extension Website https://github.com/rhythmjayee
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zomato-Swiggy Expense Tracker",
    "description": "Track your all Food Expense of Zomato and Swiggy at one place!",
    "version": "1.3.4",
    "host_permissions": [
        "*:\/\/*.swiggy.com\/",
        "*:\/\/*.zomato.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assests\/icons\/logo.png",
        "32": "assests\/icons\/logo.png",
        "48": "assests\/icons\/logo.png",
        "128": "assests\/icons\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assests\/icons\/logo.png"
    }
}