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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Polls for delivery slots and alerts the user if a slot is available".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Amazon Whole Foods Delivery Slots Finder

قم بتنزيل ملفات الامتداد Amazon Whole Foods Delivery Slots Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}