Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Vad är Prime Right Now?
Prime Right Now är en Chrome-tillägg utvecklad av GioKhar, och dess huvudfunktion är "Amazon Prime Now 2 Hour Delivery Slot Finder".
Tilläggsskärmbilder
Ladda ner Prime Right Now-förlängningens CRX-fil
Ladda ner Prime Right Now-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Prime Right Now |
ID | mhemelldakgncoajkkjifdkioeigipaf |
Officiell webbadress | https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf |
Beskrivning | Amazon Prime Now 2 Hour Delivery Slot Finder |
Filstorlek | 2.63 MB |
Antal Installationer | 91 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2020-04-17 |
Publiceringsdatum | 2020-04-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | GioKhar |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |