Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Prime Right Now là gì?
Prime Right Now là một tiện ích mở rộng Chrome được phát triển bởi GioKhar, và tính năng chính của nó là "Amazon Prime Now 2 Hour Delivery Slot Finder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prime Right Now
Tải xuống các tệp mở rộng Prime Right Now dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prime Right Now |
ID | mhemelldakgncoajkkjifdkioeigipaf |
URL Chính Thức | https://chromewebstore.google.com/detail/prime-right-now/mhemelldakgncoajkkjifdkioeigipaf |
Mô tả | Amazon Prime Now 2 Hour Delivery Slot Finder |
Kích Thước Tệp | 2.63 MB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-04-17 |
Ngày Phát Hành | 2020-04-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | GioKhar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |