DataDive

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

Vad är DataDive?

DataDive är en Chrome-tillägg utvecklad av DataDive Tools, och dess huvudfunktion är "Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner DataDive-förlängningens CRX-fil

Ladda ner DataDive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn DataDive DataDive
ID mnjclpmbklnceaoeochkhckaphjhnpib
Officiell webbadress https://chromewebstore.google.com/detail/datadive/mnjclpmbklnceaoeochkhckaphjhnpib
Beskrivning Automated Amazon research with JungleScout, Keepa & more.Fast exporting to Google Sheets & data correlation for informed decisions.
Filstorlek 25.15 MB
Antal Installationer 14,178
Aktuell Version 7.8.3
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2021-07-03
Betyg 4.78/5 Totalt 18 Betyg
Utvecklare DataDive Tools
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://datadive.tools
Hjälpsida URL https://support.datadive.tools/hc/en-us
URL till Sekretesspolicy Sidan https://datadive.tools/privacy-policy.html
Stödda Språk 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"
}