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"
}
} | |