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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": []
        }
    ]
}