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 |
| 官方網址 | 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"
}
} | |