Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
Co to jest Zomato-Swiggy Expense Tracker?
Zomato-Swiggy Expense Tracker to rozszerzenie Chrome opracowane przez Rhythm Jayee, a jego główną funkcją jest „Track your all Food Expense of Zomato and Swiggy at one place!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zomato-Swiggy Expense Tracker
Pobierz pliki rozszerzeń Zomato-Swiggy Expense Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkcpoccgcpbmjljkieomaijcibmekpgh |
| Oficjalny URL | https://chromewebstore.google.com/detail/zomato-swiggy-expense-tra/lkcpoccgcpbmjljkieomaijcibmekpgh |
| Opis | Track your all Food Expense of Zomato and Swiggy at one place! |
| Rozmiar pliku | 230 KB |
| Liczba instalacji | 671 |
| Aktualna Wersja | 1.3.4 |
| Ostatnia Aktualizacja | 2022-11-04 |
| Data Publikacji | 2022-10-27 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | Rhythm Jayee |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/rhythmjayee |
| Obsługiwane Języki | 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"
}
} | |