Data Dive

Data Dive

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Data Dive",
  "version": "7.9.4",
  "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": "Data Dive",
    "default_popup": "assets/browser-action-popup.html"
  },
  "background": {
    "service_worker": "dist/background.js",
    "type": "classic"
  },
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "scripting",
    "offscreen",
    "webRequest",
    "declarativeNetRequestWithHostAccess",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https://fonts.gstatic.com;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "dist/*-injected.js",
        "https://fonts.gstatic.com/*"
      ],
      "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": [
        "*://*.datadive.tools/*"
      ],
      "all_frames": true,
      "js": [
        "dist/v2-datadive.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"
}