Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
Τι είναι το Zomato-Swiggy Expense Tracker;
Το Zomato-Swiggy Expense Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rhythm Jayee, και η κύρια λειτουργία του είναι "Track your all Food Expense of Zomato and Swiggy at one place!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zomato-Swiggy Expense Tracker
Λήψη αρχείων επέκτασης Zomato-Swiggy Expense Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lkcpoccgcpbmjljkieomaijcibmekpgh |
| Επίσημο URL | https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh |
| Περιγραφή | Track your all Food Expense of Zomato and Swiggy at one place! |
| Μέγεθος Αρχείου | 230 KB |
| Αριθμός Εγκαταστάσεων | 671 |
| Τρέχουσα Έκδοση | 1.3.4 |
| Τελευταία Ενημέρωση | 2022-11-04 |
| Ημερομηνία Δημοσίευσης | 2022-10-27 |
| Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | Rhythm Jayee |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/rhythmjayee |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |