Zomato-Swiggy Expense Tracker
Track your all Food Expense of Zomato and Swiggy at one place!
什么是Zomato-Swiggy Expense Tracker?
Zomato-Swiggy Expense Tracker是由Rhythm Jayee开发的Chrome扩展程序,该扩展的主要功能是“Track your all Food Expense of Zomato and Swiggy at one place!”。
扩展截图
下载Zomato-Swiggy Expense Tracker扩展crx文件
下载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"
}
} | |