Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Cos'è Prime Right Now?
Prime Right Now è un'estensione di Chrome sviluppata da GioKhar, e la sua funzione principale è "Amazon Prime Now 2 Hour Delivery Slot Finder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prime Right Now
Scarica i file di estensione Prime Right Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Prime Right Now |
ID | mhemelldakgncoajkkjifdkioeigipaf |
URL Ufficiale | https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf |
Descrizione | Amazon Prime Now 2 Hour Delivery Slot Finder |
Dimensione del File | 2.63 MB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-04-17 |
Data di Pubblicazione | 2020-04-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | GioKhar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |