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

¿Qué es MunchMetrics | Swiggy Zomato Expense Tracker?

MunchMetrics | Swiggy Zomato Expense Tracker es una extensión de Chrome desarrollada por JJay, y su función principal es "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión MunchMetrics | Swiggy Zomato Expense Tracker

Descarga archivos de extensión MunchMetrics | Swiggy Zomato Expense Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Track spendings and  expenses from zomato and swiggy. Get indepth insights of your food adventures from Zomato.                    

Información Básica de la Extensión

Nombre MunchMetrics | Swiggy Zomato Expense Tracker MunchMetrics | Swiggy Zomato Expense Tracker
ID amdjphnlghpmdcdacbbccoehejdonlef
URL Oficial https://chromewebstore.google.com/detail/munchmetrics-swiggy-zomat/amdjphnlghpmdcdacbbccoehejdonlef
Descripción Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits
Tamaño del Archivo 7.86 MB
Cantidad de Instalaciones 211
Versión Actual 2.0.0
Última Actualización 2024-01-12
Fecha de Publicación 2023-12-21
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador JJay
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Idiomas Soportados 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": []
        }
    ]
}