Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Τι είναι το Prime Right Now;
Το Prime Right Now είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GioKhar, και η κύρια λειτουργία του είναι "Amazon Prime Now 2 Hour Delivery Slot Finder".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Prime Right Now
Λήψη αρχείων επέκτασης Prime Right Now σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you would like to find your prime now delivery slots fast, this extension is for you. You have already been spending so much time waiting for the midnight or trying your luck during the day to find any 2-hour delivery slots on amazon grocery shopping. Supports Amazon WHOLE FOODS. We are currently working on supporting Amazon FRESH, should be ready to go very soon. The wait is over, simply turn on Prime Right Now extension and it will do all the work for you. If you experience any bugs PLEASE report them using the feedback button, we are willing to fix them as soon as possible.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Prime Right Now |
ID | mhemelldakgncoajkkjifdkioeigipaf |
Επίσημο URL | https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf |
Περιγραφή | Amazon Prime Now 2 Hour Delivery Slot Finder |
Μέγεθος Αρχείου | 2.63 MB |
Αριθμός Εγκαταστάσεων | 91 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2020-04-17 |
Ημερομηνία Δημοσίευσης | 2020-04-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | GioKhar |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Right Now", "version": "1.1.1", "manifest_version": 2, "description": "Amazon Prime Now 2 Hour Delivery Slot Finder", "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "permissions": [ "cookies", "storage", "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Prime", "default_icon": "images\/icons\/logo-disabled-38.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "author": "Giorgi Kharshiladze" } |