MunchMetrics | Swiggy Zomato Expense Tracker
Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits
MunchMetrics | Swiggy Zomato Expense Trackerとは何ですか?
MunchMetrics | Swiggy Zomato Expense TrackerはJJayによって開発されたChromeの拡張機能で、その主な機能は「Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits」です。
拡張機能のスクリーンショット
MunchMetrics | Swiggy Zomato Expense Tracker拡張機能のCRXファイルをダウンロード
MunchMetrics | Swiggy Zomato Expense Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Track spendings and expenses from zomato and swiggy. Get indepth insights of your food adventures from Zomato. 拡張機能の基本情報
| 名前 | |
| ID | amdjphnlghpmdcdacbbccoehejdonlef |
| 公式URL | https://chromewebstore.google.com/detail/munchmetrics-swiggy-zomat/amdjphnlghpmdcdacbbccoehejdonlef |
| 説明 | Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits |
| ファイルサイズ | 7.86 MB |
| インストール数 | 211 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2024-01-12 |
| 公開日 | 2023-12-21 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | JJay |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits",
"version": "2.0.0",
"manifest_version": 3,
"name": "MunchMetrics | Swiggy Zomato Expense Tracker",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.swiggy.com\/*",
"*:\/\/*.zomato.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |