Just Pick - Find the best Amazon items fast!
Find the best Amazon items fast!
Just Pick - Find the best Amazon items fast! क्या है?
Just Pick - Find the best Amazon items fast! Just Pick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best Amazon items fast!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Just Pick - Find the best Amazon items fast! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Never spend time comparing review amounts again on Amazon, directly see the best amazon products. Choosing from millions of products on Amazon can be challenging and time consuming. If you neglect it, you can accidentally buy low quality products. Let the algorithm find the best products! No need to use your notepad, to write the amount of reviews for each product. The Just Pick Choice is based on a ranking algorithm that finds the best option for you. Simply get three options: -Just Pick Choice -Most Reviewed -Best Reviewed and pick which one suits you best. Spend less time and make better buyer decisions. We also have a feature that provides a YouTube video of the 'Just Pick Choice' product, this is provided we are able to search the ASIN on YouTube.
एक्सटेंशन की मूल जानकारी
नाम | Just Pick - Find the best Amazon items fast! |
ID | bbpdljopfhpphhnbodgpiofkciclpklg |
आधिकारिक URL | https://chromewebstore.google.com/detail/just-pick-find-the-best-a/bbpdljopfhpphhnbodgpiofkciclpklg |
विवरण | Find the best Amazon items fast! |
फ़ाइल का आकार | 107 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 0.0.0.17 |
अंतिम अपडेट | 2022-08-06 |
प्रकाशन तिथि | 2022-06-20 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Just Pick |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.justpick.tech |
गोपनीयता नीति पृष्ठ URL | https://munlai11.github.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Pick - Find the best Amazon items fast!", "description": "Find the best Amazon items fast!", "version": "0.0.0.17", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/JustPickBasketLogo16px.png", "32": "\/images\/JustPickBasketLogo32px.png", "48": "\/images\/JustPickBasketLogo48px.png", "128": "\/images\/JustPickBasketLogo128px.png" } }, "icons": { "16": "\/images\/JustPickBasketLogo16px.png", "32": "\/images\/JustPickBasketLogo32px.png", "48": "\/images\/JustPickBasketLogo48px.png", "128": "\/images\/JustPickBasketLogo128px.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.es\/*" ], "js": [ "contentScript.js" ] } ] } |