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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Whole Foods Delivery Slots Finder
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Whole Foods Delivery Slots Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |