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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best Amazon items fast!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Just Pick - Find the best Amazon items fast! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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! 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"
            ]
        }
    ]
}