Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Wat is Prime Right Now?
Prime Right Now is een Chrome-extensie ontwikkeld door GioKhar, en de belangrijkste functie is "Amazon Prime Now 2 Hour Delivery Slot Finder".
Extensie Screenshots
Download het CRX-bestand van de extensie Prime Right Now
Download Prime Right Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Prime Right Now |
ID | mhemelldakgncoajkkjifdkioeigipaf |
Officiële URL | https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf |
Beschrijving | Amazon Prime Now 2 Hour Delivery Slot Finder |
Bestandsgrootte | 2.63 MB |
Aantal Installaties | 91 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-04-17 |
Publicatiedatum | 2020-04-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | GioKhar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |