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
Was ist MunchMetrics | Swiggy Zomato Expense Tracker?
MunchMetrics | Swiggy Zomato Expense Tracker ist eine Chrome-Erweiterung, die von JJay entwickelt wurde, und ihr Hauptmerkmal ist "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits".
Erweiterungsscreenshots
MunchMetrics | Swiggy Zomato Expense Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie MunchMetrics | Swiggy Zomato Expense Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Track spendings and expenses from zomato and swiggy. Get indepth insights of your food adventures from Zomato.
Grundlegende Informationen zur Erweiterung
Name | MunchMetrics | Swiggy Zomato Expense Tracker |
ID | amdjphnlghpmdcdacbbccoehejdonlef |
Offizielle URL | https://chromewebstore.google.com/detail/munchmetrics-swiggy-zomat/amdjphnlghpmdcdacbbccoehejdonlef |
Beschreibung | Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits |
Dateigröße | 7.86 MB |
Installationsanzahl | 211 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2024-01-12 |
Veröffentlichungsdatum | 2023-12-21 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | JJay |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
Unterstützte Sprachen | 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": [] } ] } |