Shopify SHARK - Product scraper & store spy

Shopify SHARK - Product scraper & store spy

A helpful utility that allows to spy Shopify stores, and extract products data as xlsx/csv, which is importable for Shopify stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Shopify SHARK - Product scraper & store spy",
  "description": "A helpful utility that allows to spy Shopify stores, and extract products data as xlsx/csv, which is importable for Shopify stores.",
  "version": "1.3.1",
  "manifest_version": 2,
  "icons": {
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo_128.png",
    "default_title": "Shopify Shark",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://hypercavs.com/",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}