Jungle Scout

Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.

Jungle Scout란 무엇입니까?

Jungle Scout은(는) https://junglescout.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Jungle Scout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Whether it’s product research, keyword research, sales analysis, or earning reviews, Jungle Scout is the most trusted platform for building a successful business on Amazon. 

Entrepreneurs and global brands rely on the best data when making business decisions — and that’s where Jungle Scout comes in. Jungle Scout’s sales estimates are recognized as the most accurate in the industry, so you can assess product demand, profitability, market trends, and competitor insights with confidence. 

By adding Jungle Scout to your Chrome browser, you can evaluate product opportunities as you search Amazon’s catalog, making product research quick and easy. 

With fully configurable settings and Jungle Scout data embedded directly into Amazon search results and product pages, this browser extension is the perfect tool to find products to sell on Amazon.

With Jungle Scout’s Chrome extension, you can: 

➤ See a snapshot of key product metrics like Best Seller Rank, historical sales, and price changes, and get an Opportunity Score for a product based on demand, competition, and listing quality.

➤ Add listings directly to Jungle Scout’s Product Tracker to monitor ideas over time.

➤ Calculate the potential profits and ROI of a product with Jungle Scout’s FBA Profit Calculator.

➤ View a keyword cloud of the most popular search terms for a product.

➤ Customize your view, settings, and filters for your product research and easily export data with CSV downloads.


“Jungle Scout makes life easier, try it out! Don’t skip this by any means. It’s simple to get up and running and get the data you’re looking for, whether it’s product research or anything else (though it’s mainly product research for me).” - Tai

“Definitely, my first recommendation for product research would be Jungle Scout.”- Daniel

“I am grateful for all of the hard work the Jungle Scout team has done to create the platform and the Chrome extension that save me from hours of time and frustration.” - Christy

“The JS extension is invaluable while doing product research by providing important data at your fingertips when and where you need it.” - Julia
 

Get Jungle Scout to activate your Chrome extension, which is included in all plans. Start your product research journey now and build your business on Amazon with powerful capabilities for listing optimization, inventory management, reviews, and more.

Trust the platform used by 500,000 sellers and counting. Learn more about Jungle Scout’s industry-leading features at JungleScout.com

--------------------------------------------------------------------------------------------------------

By using this extension, you agree to Jungle Scout’s Terms & Conditions available at: https://www.junglescout.com/termsofuse/

Disclaimer: This extension uses Google Analytics to collect usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit: http://tools.google.com/dlpage/gaoptout                    

확장 프로그램 기본 정보

이름 Jungle Scout Jungle Scout
ID bckjlihkmgolmgkchbpiponapgjenaoa
공식 URL https://chromewebstore.google.com/detail/jungle-scout/bckjlihkmgolmgkchbpiponapgjenaoa
설명 Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.
파일 크기 3.01 MB
설치 횟수 474,950
현재 버전 8.2.9
최근 업데이트 2024-02-21
출시 날짜 2020-06-25
평점 3.91/5 총 358 개의 평점
개발자 https://junglescout.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.junglescout.com/the-chrome-extension/
도움말 페이지 URL https://support.junglescout.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.junglescout.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jungle Scout",
    "version": "8.2.9",
    "description": "Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.",
    "icons": {
        "16": "images\/active.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/www.junglescout.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/sellercentral.amazon.com\/*",
                "*:\/\/sellercentral.amazon.co.uk\/*",
                "*:\/\/sellercentral.amazon.fr\/*",
                "*:\/\/sellercentral.amazon.de\/*",
                "*:\/\/sellercentral.amazon.ca\/*",
                "*:\/\/sellercentral.amazon.in\/*",
                "*:\/\/sellercentral.amazon.com.mx\/*",
                "*:\/\/sellercentral.amazon.it\/*",
                "*:\/\/sellercentral.amazon.es\/*",
                "*:\/\/sellercentral.amazon.co.jp\/*"
            ],
            "js": [
                "js\/extension.js",
                "js\/content_scripts.js",
                "js\/chunks\/_0bc0478e.js",
                "js\/chunks\/_27545368.js",
                "js\/chunks\/_3cb376bf.js",
                "js\/chunks\/_536eaa00.js",
                "js\/chunks\/_7ad6c07e.js",
                "js\/chunks\/_866ab763.js",
                "js\/chunks\/_cdd60c62.js",
                "js\/chunks\/_d9f9818a.js",
                "js\/chunks\/_efdee510.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "unlimitedStorage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/active.png",
        "default_popup": "dropdown.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.junglescout.com\/*",
            "*:\/\/*.junglescout.cn\/*",
            "*:\/\/*.dev-junglescout.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}