Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
Cos'è Zomato-Swiggy Expense Tracker?
Zomato-Swiggy Expense Tracker è un'estensione di Chrome sviluppata da Rhythm Jayee, e la sua funzione principale è "Track your all Food Expense of Zomato and Swiggy at one place!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zomato-Swiggy Expense Tracker
Scarica i file di estensione Zomato-Swiggy Expense Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lkcpoccgcpbmjljkieomaijcibmekpgh |
| URL Ufficiale | https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh |
| Descrizione | Track your all Food Expense of Zomato and Swiggy at one place! |
| Dimensione del File | 230 KB |
| Conteggio Installazioni | 671 |
| Versione Corrente | 1.3.4 |
| Ultimo Aggiornamento | 2022-11-04 |
| Data di Pubblicazione | 2022-10-27 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | Rhythm Jayee |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/rhythmjayee |
| Lingue Supportate | 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"
}
} | |