DataDive

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

Hvad er DataDive?

DataDive er en Chrome-udvidelse udviklet af DataDive Tools, og dens hovedfunktion er "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download DataDive-udvidelses-CRX-fil

Download DataDive-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn DataDive DataDive
ID mnjclpmbklnceaoeochkhckaphjhnpib
Officiel URL https://chromewebstore.google.com/detail/datadive/mnjclpmbklnceaoeochkhckaphjhnpib
Beskrivelse Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.
Filstørrelse 25.15 MB
Antal Installationer 14,178
Nuværende Version 7.8.3
Senest Opdateret 2024-03-01
Udgivelsesdato 2021-07-03
Bedømmelse 4.78/5 Samlet 18 Bedømmelser
Udvikler DataDive Tools
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://datadive.tools
Hjælpeside-URL https://support.datadive.tools/hc/en-us
URL til Fortrolighedspolitik Side https://datadive.tools/privacy-policy.html
Understøttede Sprog 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"
}