Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
Was ist Zomato-Swiggy Expense Tracker?
Zomato-Swiggy Expense Tracker ist eine Chrome-Erweiterung, die von Rhythm Jayee entwickelt wurde, und ihr Hauptmerkmal ist "Track your all Food Expense of Zomato and Swiggy at one place!".
Erweiterungsscreenshots
Zomato-Swiggy Expense Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zomato-Swiggy Expense Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lkcpoccgcpbmjljkieomaijcibmekpgh | 
| Offizielle URL | https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh | 
| Beschreibung | Track your all Food Expense of Zomato and Swiggy at one place! | 
| Dateigröße | 230 KB | 
| Installationsanzahl | 671 | 
| Aktuelle Version | 1.3.4 | 
| Letztes Update | 2022-11-04 | 
| Veröffentlichungsdatum | 2022-10-27 | 
| Bewertung | 4.33/5 Insgesamt 3 Bewertungen | 
| Entwickler | Rhythm Jayee | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/rhythmjayee | 
| Unterstützte Sprachen | 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"
    }
}  |  |