DataDive

Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.

What is DataDive?

DataDive is a Chrome extension developed by DataDive Tools, and its main feature is "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DataDive Extension CRX File

Download DataDive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        New and Improved Data Dive for Amazon Sellers

Data Dive is your ultimate companion for efficient product research on Amazon. We've now elevated your experience by integrating direct data extraction from Jungle Scout, right within our extension.

Key Features:

🚀 Native Jungle Scout Integration: Say goodbye to additional subscriptions or extensions. Data Dive now natively extracts crucial data from Jungle Scout, streamlining your research process (at no additional cost!).

📈 Effortless ASIN Research: Whether you're analyzing competitor ASINs or exploring product ideas, Data Dive Tools will help you make informed decisions with ease.

📊 Comprehensive Data Sources: Our extension pulls data from various sources, including Jungle Scout, Keepa, Google Trends, and Amazon Seller Central, offering you a 360-degree view of product insights.

🧠 AI Enabled: Unlock the power of artificial intelligence with Data Dive. Our AI Product Brief and AI Copywriter features assist you in creating comprehensive product briefs and optimizing your product listings for maximum performance. AI Product Brief analyzes competitors in your niche (along thousands of reviews), while AI Copywriter transforms your keywords into compelling content.

🔍 Millions of Search Terms: With access to Brand Analytics, Data Dive analyzes and filters millions of search terms, presenting you with the most relevant ones directly in Google Sheets.


Why Data Dive?

We're committed to simplifying your Amazon product research journey. Data Dive's upgraded capabilities empower you to make smarter decisions, save time, and stay ahead in the competitive Amazon marketplace.

Ready to supercharge your product research? Get started with Data Dive today!                    

Extension Basic Information

Name DataDive DataDive
ID mnjclpmbklnceaoeochkhckaphjhnpib
Official URL https://chromewebstore.google.com/detail/datadive/mnjclpmbklnceaoeochkhckaphjhnpib
Description Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.
File Size 25.15 MB
Installation Count 14,178
Current Version 7.8.3
Last Updated 2024-03-01
Publish Date 2021-07-03
Rating 4.78/5 Total 18 Ratings
Developer DataDive Tools
Email [email protected]
Payment Type free
Extension Website http://datadive.tools
Help Page URL https://support.datadive.tools/hc/en-us
Privacy Policy Page URL https://datadive.tools/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DataDive",
    "version": "7.8.3",
    "manifest_version": 3,
    "description": "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_title": "DataDive",
        "default_popup": "assets\/browser-action-popup.html"
    },
    "background": {
        "service_worker": "dist\/background.js",
        "type": "classic"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "cookies",
        "scripting",
        "offscreen",
        "webRequest",
        "webRequestBlocking",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "dist\/*-injected.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ],
            "all_frames": true,
            "js": [
                "dist\/amazon.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/trends.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "dist\/google-trends.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.datadive.tools\/*",
            "*:\/\/*.2.datadive.tools\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjt6yc7vOCKKlDR8iycSqy1ouyRHbm5lTwpjqjrlfhQsbBCDvHz2ygA\/+3YLZzmbbYHTrSW9AZl21irQd+\/MnXXarQc17nYHeuCkGRbJLB4vpLiLol\/lhACLMkap0S+8+LxYhZ7bGKwhiBXhwEDEYkogIfjZfBT2GML7BNRVb\/B7AvV1snpBK66wi+Mv5js9vwkX2O\/IraOHyY\/bQCaqwgzzCTDyV6OCXn\/8Iuo4FzzJ4rAIw\/1KONn8MdJ9OUh1kzr61TjDmCg186lGNiIIDoiQZ\/J3tvYNuYtWodgdkocyUbB79dXWQ04ynkw3b0ghNUJE8ildVnYYugFPvkVA28wIDAQAB"
}