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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JJay, και η κύρια λειτουργία του είναι "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MunchMetrics | Swiggy Zomato Expense Tracker

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MunchMetrics | Swiggy Zomato Expense Tracker MunchMetrics | Swiggy Zomato Expense Tracker
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": []
        }
    ]
}