Jungle Scout

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

Hvad er Jungle Scout?

Jungle Scout er en Chrome-udvidelse udviklet af https://junglescout.com, og dens hovedfunktion er "Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Jungle Scout-udvidelses-CRX-fil

Download Jungle Scout-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Jungle Scout Jungle Scout
ID bckjlihkmgolmgkchbpiponapgjenaoa
Officiel URL https://chromewebstore.google.com/detail/jungle-scout/bckjlihkmgolmgkchbpiponapgjenaoa
Beskrivelse Amazon and FBA product research made easy. Extract rank, sales volume, estimated revenue and more without entering the product page.
Filstørrelse 3.01 MB
Antal Installationer 474,950
Nuværende Version 8.2.9
Senest Opdateret 2024-02-21
Udgivelsesdato 2020-06-25
Bedømmelse 3.91/5 Samlet 358 Bedømmelser
Udvikler https://junglescout.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.junglescout.com/the-chrome-extension/
Hjælpeside-URL https://support.junglescout.com/hc/en-us
URL til Fortrolighedspolitik Side https://www.junglescout.com/privacy
Understøttede Sprog 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\/*"
        ]
    }
}