-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/longztian/chrome_extensions
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |