Jungle Scout

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

O que é Jungle Scout?

Jungle Scout é uma extensão do Chrome desenvolvida por https://junglescout.com, e sua principal característica é "Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jungle Scout

Baixe arquivos de extensão Jungle Scout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Jungle Scout Jungle Scout
ID bckjlihkmgolmgkchbpiponapgjenaoa
URL Oficial https://chromewebstore.google.com/detail/jungle-scout/bckjlihkmgolmgkchbpiponapgjenaoa
Descrição Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.
Tamanho do Arquivo 3.01 MB
Contagem de Instalações 474,950
Versão Atual 8.2.9
Última Atualização 2024-02-21
Data de Publicação 2020-06-25
Classificação 3.91/5 Total de 358 Avaliações
Desenvolvedor https://junglescout.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.junglescout.com/the-chrome-extension/
URL da Página de Ajuda https://support.junglescout.com/hc/en-us
URL da Página de Política de Privacidade https://www.junglescout.com/privacy
Idiomas Suportados 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\/*"
        ]
    }
}