Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
Vad är Zomato-Swiggy Expense Tracker?
Zomato-Swiggy Expense Tracker är en Chrome-tillägg utvecklad av Rhythm Jayee, och dess huvudfunktion är "Track your all Food Expense of Zomato and Swiggy at one place!".
Tilläggsskärmbilder
Ladda ner Zomato-Swiggy Expense Tracker-förlängningens CRX-fil
Ladda ner Zomato-Swiggy Expense Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lkcpoccgcpbmjljkieomaijcibmekpgh |
| Officiell webbadress | https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh |
| Beskrivning | Track your all Food Expense of Zomato and Swiggy at one place! |
| Filstorlek | 230 KB |
| Antal Installationer | 671 |
| Aktuell Version | 1.3.4 |
| Senast Uppdaterad | 2022-11-04 |
| Publiceringsdatum | 2022-10-27 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | Rhythm Jayee |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/rhythmjayee |
| Stödda Språk | 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"
}
} | |