Instacart Delivery Slot Tracker

For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.

Instacart Delivery Slot Tracker क्या है?

Instacart Delivery Slot Tracker Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots."।

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

screenshot
screenshot

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

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

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

                        Instacart delivery slots can be hard to come by. Instead of repeatedly checking each store to see if delivery has opened up, this tool does the work for you. 

Features:
- Adds an item to the main menu, near the logo, that opens a dashboard.
- Dashboard pops over the website, listing each store in your area. The store lights up green if it has open delivery slots.
- Includes a badge indicator for the number of open delivery slots.
- Refreshes automatically.                    

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

नाम Instacart Delivery Slot Tracker Instacart Delivery Slot Tracker
ID mehnbpgcfpgfdmnicgfolcdjopjhbcfm
आधिकारिक URL https://chromewebstore.google.com/detail/instacart-delivery-slot-t/mehnbpgcfpgfdmnicgfolcdjopjhbcfm
विवरण For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.
फ़ाइल का आकार 13.65 KB
स्थापना संख्या 136
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-04-13
प्रकाशन तिथि 2020-04-13
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instacart Delivery Slot Tracker",
    "version": "1.0.0",
    "description": "For instacart.com. Shows an autorefreshed list of stores that have open delivery slots.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "bundle.js"
            ],
            "matches": [
                "https:\/\/www.instacart.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "extension-icon.png"
    }
}