Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lzztt committed Apr 11, 2020
2 parents d356f60 + 016f017 commit ab78fa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Grocery Delivery Time Chrome extension
You may get blocked by the "No delivery times available" message during [Amazon Fresh](https://www.amazon.com/alm/storefront?almBrandId=QW1hem9uIEZyZXNo), [Whole Foods](https://www.amazon.com/alm/storefront/?almBrandId=VUZHIFdob2xlIEZvb2Rz) or [Costco Sameday](https://sameday.costco.com) checkout.
This extension will keep refreshing the delivery time page periodically until it finds some available time. It will auto-select the next available time and go to the next checkout step.
# Grocery Delivery Time
You may get blocked by the "No delivery times available" message during [Amazon Fresh](https://www.amazon.com/alm/storefront?almBrandId=QW1hem9uIEZyZXNo), [Whole Foods](https://www.amazon.com/alm/storefront/?almBrandId=VUZHIFdob2xlIEZvb2Rz), [Costco Sameday](https://sameday.costco.com) or [Instacart](https://www.instacart.com) checkout.
This extension will keep refreshing the delivery time page until it finds some available time. It will auto-select the next available time and go to the next checkout step.

> NOTE: Be patient. It may take a while to find a delivery time. The delivery time may be gone during checkout. Let the extension find the next available time for you then check out quickly.
## Installation
1. Clone (or download + unzip) this repository ([howto](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)).
2. Turn on Chrome `developer mode` and load the unpacked extension from the `whole_foods_delivery_slot` or `costco_sameday_delivery_time` folder ([howto](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/)).
3. Shop [Amazon Fresh](https://www.amazon.com/alm/storefront?almBrandId=QW1hem9uIEZyZXNo), [Whole Foods](https://www.amazon.com/alm/storefront/?almBrandId=VUZHIFdob2xlIEZvb2Rz) or [Costco Sameday](https://sameday.costco.com) products and checkout. Let this extension find a delivery time for you.
4. (Optional) Enable notification for `https://www.amazon.com:443` and `https://sameday.costco.com:443` in Chrome ([howto](https://support.google.com/chrome/answer/3220216)).
5. (Optional) Turn on the notification sound on macOS for Chrome ([howto](https://support.apple.com/en-us/HT204079))
2. Turn on Chrome `developer mode` and load the unpacked extension from the `grocery_delivery_time` folder ([howto](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/)).
3. Shop [Amazon Fresh](https://www.amazon.com/alm/storefront?almBrandId=QW1hem9uIEZyZXNo), [Whole Foods](https://www.amazon.com/alm/storefront/?almBrandId=VUZHIFdob2xlIEZvb2Rz), [Costco Sameday](https://sameday.costco.com) or [Instacart](https://www.instacart.com) products. This extension will find a delivery time during checkout.
4. (Optional) Enable notification for `https://www.amazon.com:443`, `https://sameday.costco.com:443` and `https://www.instacart.com:443` in Chrome ([howto](https://support.google.com/chrome/answer/3220216)).
5. (Optional) Turn on the notification sound for Chrome ([macOS howto](https://support.apple.com/en-us/HT204079))

0 comments on commit ab78fa3

Please sign in to comment.