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 |
| 电子邮箱 | [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": []
}
]
} | |