Mealmole - Compare Food Delivery Services

Automatically calculate your order’s price across DoorDash, Uber Eats, Grubhub, and Seamless.

Mealmole - Compare Food Delivery Services क्या है?

Mealmole - Compare Food Delivery Services https://mealmole.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically calculate your order’s price across DoorDash, Uber Eats, Grubhub, and Seamless."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mealmole - Compare Food Delivery Services एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shop like normal on your preferred food delivery site. At checkout, Mealmole will go digging for the best deal. We'll match you with the cheapest (or fastest, if you're in a rush!) offer for your individual order. Pocket the savings or use it towards another appetizer or dessert.

🤓 PRICES CALCULATED WITH EVERY ORDER
Mealmole understands menu price markups and hidden service fees. Skip the headache of trying to wrap your head around misleading fee formulas.

🤑 AUTOMATICALLY APPLY MEMBERSHIPS AND PROMOTIONS
Final prices for the same cart may differ from person to person. Mealmole’s calculated prices will automatically include all of your personal promotions and membership discounts, so you don’t need to worry about chasing deals: they’ll come running to you.

🥱 SHOP ON YOUR PREFERRED SITE
Browse the menu and fill your cart on the food delivery site of your choosing. At checkout, Mealmole will automatically rebuild your cart on all competing services—no need to select your items twice.

————————————————————————————————

Ordering food on the go? Coming soon to iPhone and iPad.

Mealmole is not affiliated with DoorDash, Uber Eats, Grubhub, or Seamless.

By using the Mealmole browser extension, you agree to Mealmole’s terms and conditions (https://mealmole.com/terms)                    

एक्सटेंशन की मूल जानकारी

नाम Mealmole - Compare Food Delivery Services Mealmole - Compare Food Delivery Services
ID ajgbkhomnefeilpkfpofpoikkpncmopk
आधिकारिक URL https://chromewebstore.google.com/detail/mealmole-compare-food-del/ajgbkhomnefeilpkfpofpoikkpncmopk
विवरण Automatically calculate your order’s price across DoorDash, Uber Eats, Grubhub, and Seamless.
फ़ाइल का आकार 571 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-08-19
प्रकाशन तिथि 2023-08-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://mealmole.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mealmole.com
गोपनीयता नीति पृष्ठ URL https://mealmole.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mealmole - Compare Food Delivery Services",
    "description": "Automatically calculate your order\u2019s price across DoorDash, Uber Eats, Grubhub, and Seamless.",
    "version": "1.0.1",
    "minimum_chrome_version": "101",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.doordash.com\/*",
        "*:\/\/*.ubereats.com\/*",
        "*:\/\/*.grubhub.com\/*",
        "*:\/\/*.seamless.com\/*"
    ],
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "grubhubContentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*.grubhub.com\/checkout\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*.doordash.com\/*",
                "*:\/\/*.ubereats.com\/*",
                "*:\/\/*.grubhub.com\/*",
                "*:\/\/*.seamless.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_title": "Mealmole - Compare Food Delivery Services"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.map"
            ],
            "matches": [
                "*:\/\/*.doordash.com\/*",
                "*:\/\/*.ubereats.com\/*",
                "*:\/\/*.grubhub.com\/*",
                "*:\/\/*.seamless.com\/*"
            ]
        }
    ]
}