DataDive

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

Wat is DataDive?

DataDive is een Chrome-extensie ontwikkeld door DataDive Tools, en de belangrijkste functie is "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DataDive

Download DataDive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam DataDive DataDive
ID mnjclpmbklnceaoeochkhckaphjhnpib
Officiële URL https://chromewebstore.google.com/detail/datadive/mnjclpmbklnceaoeochkhckaphjhnpib
Beschrijving Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.
Bestandsgrootte 25.15 MB
Aantal Installaties 14,178
Huidige Versie 7.8.3
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2021-07-03
Beoordeling 4.78/5 Totaal 18 Beoordelingen
Ontwikkelaar DataDive Tools
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://datadive.tools
Help Pagina-URL https://support.datadive.tools/hc/en-us
URL van de Privacybeleid Pagina https://datadive.tools/privacy-policy.html
Ondersteunde Talen 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"
}