Prime Shopper
Checks for Amazon Prime Now delivery window availability, and places order automatically with closest delivery window available.
Τι είναι το Prime Shopper;
Το Prime Shopper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον placeorder.app, και η κύρια λειτουργία του είναι "Checks for Amazon Prime Now delivery window availability, and places order automatically with closest delivery window available.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Prime Shopper
Λήψη αρχείων επέκτασης Prime Shopper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Why Prime Shopper? Due to increased demand for grocery delivery services, placing orders through services like Amazon Prime Now is difficult, since delivery window availability may be limited. This tool removes the stress of having to refresh the page constantly to get the order through. If there are no delivery windows available for Amazon Prime Now, this tool will automatically refresh the page throughout the day to check for availability. It will also automatically complete the checkout process so that there is no need to manually click through the steps. This ensures that the order is executed as fast as possible to take advantage of the available window. It only works within the Amazon Prime Now checkout page, and no information is ever stored or retrieved from the user. In order for this tool to work, the tab must remain open until the delivery window has been found and order placed. While the tool checks for availabilities, new tabs can be opened to navigate the internet as usual. Please note that once a delivery window has been detected, this tool will proceed with the checkout process using the closest available window. Make sure you check the delivery address, tip amount, credit card, and any applicable fees for your order, since this tool will automatically place the order with your predefined options. How to Use: 1. Shop at the Amazon Whole Foods online store or via https://primenow.amazon.com 2. Add items to your cart 3. Proceed to checkout. If no windows are available, this tool will take it from there. * DISCLOSURE: Prime Shopper is not affiliated, or endorsed in any way by Amazon Inc. Amazon™ and Prime Now™ are registered trademarks of Amazon Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Prime Shopper |
ID | gfabhfnfafkpomecakoigbhchigoblmm |
Επίσημο URL | https://chromewebstore.google.com/detail/prime-shopper/gfabhfnfafkpomecakoigbhchigoblmm |
Περιγραφή | Checks for Amazon Prime Now delivery window availability, and places order automatically with closest delivery window available. |
Μέγεθος Αρχείου | 13.82 KB |
Αριθμός Εγκαταστάσεων | 178 |
Τρέχουσα Έκδοση | 0.0.9 |
Τελευταία Ενημέρωση | 2020-05-01 |
Ημερομηνία Δημοσίευσης | 2020-05-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | placeorder.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prime Shopper", "version": "0.0.9", "description": "Checks for Amazon Prime Now delivery window availability, and places order automatically with closest delivery window available.", "content_scripts": [ { "matches": [ "https:\/\/primenow.amazon.com\/checkout\/*", "http:\/\/primenow.amazon.com\/checkout\/*", "https:\/\/primenow.amazon.co.uk\/checkout\/*", "http:\/\/primenow.amazon.co.uk\/checkout\/*", "https:\/\/www.amazon.com\/gp\/buy\/*", "http:\/\/www.amazon.com\/gp\/buy\/", "https:\/\/www.amazon.co.uk\/gp\/buy\/*", "http:\/\/www.amazon.co.uk\/gp\/buy\/*", "https:\/\/amazon.com\/gp\/buy\/*", "http:\/\/amazon.com\/gp\/buy\/", "https:\/\/amazon.co.uk\/gp\/buy\/*", "http:\/\/amazon.co.uk\/gp\/buy\/*", "https:\/\/primenow.amazon.es\/checkout\/*", "http:\/\/primenow.amazon.es\/checkout\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "notification-bar.html", "style.css" ] } |