Prime Right Now
Amazon Prime Now 2 Hour Delivery Slot Finder
Prime Right Now क्या है?
Prime Right Now GioKhar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon Prime Now 2 Hour Delivery Slot Finder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prime Right Now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |