DataDive

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

Cos'è DataDive?

DataDive è un'estensione di Chrome sviluppata da DataDive Tools, e la sua funzione principale è "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DataDive

Scarica i file di estensione DataDive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome DataDive DataDive
ID mnjclpmbklnceaoeochkhckaphjhnpib
URL Ufficiale https://chromewebstore.google.com/detail/datadive/mnjclpmbklnceaoeochkhckaphjhnpib
Descrizione Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.
Dimensione del File 25.15 MB
Conteggio Installazioni 14,178
Versione Corrente 7.8.3
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2021-07-03
Valutazione 4.78/5 Totale 18 Valutazioni
Sviluppatore DataDive Tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://datadive.tools
URL della Pagina di Aiuto https://support.datadive.tools/hc/en-us
URL della Pagina della Politica sulla Privacy https://datadive.tools/privacy-policy.html
Lingue Supportate 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"
}