Amazon Whole Foods Delivery Slots Finder

Polls for delivery slots and alerts the user if a slot is available

Amazon Whole Foods Delivery Slots Finder क्या है?

Amazon Whole Foods Delivery Slots Finder Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Polls for delivery slots and alerts the user if a slot is available"।

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

screenshot

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

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

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

                        A simple extension that polls for whole foods delivery slots on www.amazon.com every 60 seconds and alerts the user when a slot is found. 

User Guide: 
1. Install the extension
2. Navigate to www.amazon.com
3. Add items to your cart for Whole Foods Market 
4. Proceed to the Schedule Your Order page (i.e. page with delivery slot options)
5. Toggle the plugin. Make sure your volume is on loud. 
6. Plugin will refresh the page every 60 seconds and alert you as soon as a slot is available.                    

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

नाम Amazon Whole Foods Delivery Slots Finder Amazon Whole Foods Delivery Slots Finder
ID dbppijhmnaanngcbfhejflfbdecfbjfh
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-whole-foods-delive/dbppijhmnaanngcbfhejflfbdecfbjfh
विवरण Polls for delivery slots and alerts the user if a slot is available
फ़ाइल का आकार 55.6 KB
स्थापना संख्या 394
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-05-18
प्रकाशन तिथि 2020-05-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Whole Foods Delivery Slots Finder",
    "description": "Polls for delivery slots and alerts the user if a slot is available",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icons\/icon_24.png"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "sounds\/note.mp3"
    ]
}