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 | 
| Eメール | [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"
    }
}  |  |