Woltor

Woltor identifies temporarily offline restaurants on Wolt.com and allows you to track the restaurant availability

Woltor क्या है?

Woltor woltor-dev-group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Woltor identifies temporarily offline restaurants on Wolt.com and allows you to track the restaurant availability"।

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

screenshot
screenshot
screenshot

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

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

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

                        *New feature: now you can tracking a closed restaurant.

Wolt.com provides food delivery services around the world.
Each restaurant operates on certain days and hours. Any restaurant can change its status to temporarily offline when the load in the kitchen and/or the amount of deliveries is too high for the restaurant's capacity at the moment.
If a user wants to order from a temporarily offline restaurant, the user must wait until the restaurant is back online. To identify when that happens, the user has to stay on the restaurant page, or every few minutes go back to it, refresh, and hope that the restaurant is back online.
This process is tedious, and frustrating and requires a lot of time and attention from the user. That's why most users are giving up, ordering from another restaurant, and actually compromising on their not-first priority restaurant.

Woltor is here to solve exactly this problem!
Woltor identifies temporarily offline restaurants on Wolt.com and allows you to track the restaurant availability, you would like to order from. Woltor will wait for you until your favorite restaurant is back online. When that happens, Woltor will pop up a notification in your Chrome browser that enables you to go directly to the restaurant page on Wolt.com and start your order.                    

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

नाम Woltor Woltor
ID eooijdfjlfcgoehcjemehakgnndeppee
आधिकारिक URL https://chromewebstore.google.com/detail/woltor/eooijdfjlfcgoehcjemehakgnndeppee
विवरण Woltor identifies temporarily offline restaurants on Wolt.com and allows you to track the restaurant availability
फ़ाइल का आकार 1.68 MB
स्थापना संख्या 42
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2023-02-20
प्रकाशन तिथि 2022-11-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर woltor-dev-group
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Woltor",
    "description": "Woltor identifies temporarily offline restaurants on Wolt.com and allows you to track the restaurant availability",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bell.png",
                "blue_bell.png",
                "googleAnalytics.js",
                "grey-bell.png",
                "service_bell_ring.mp3"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png"
    }
}