Shopify Analyzer

Shopify Analyzer

Shopify Spy tool for followers & products tracking, fresh posts & ads listing. Great extension for dropship dealer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shopify Analyzer",
  "version": "1.1.3",
  "description": "Shopify Spy tool for followers & products tracking, fresh posts & ads listing. Great extension for dropship dealer.",
  "author": "ixspy",
  "icons": {
    "48": "source/img/Shopify.png",
    "128": "source/img/Shopify.png"
  },
  "action": {
    "default_icon": "source/img/Shopify.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "exclude_matches": [
        "https://www.baidu.com/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/common/jquery.js",
        "js/connect/connection.js",
        "js/appendDom.js",
        "js/common/echarts.min.js",
        "js/common/xlsx.full.min.js",
        "js/requestMiddle/request.js",
        "js/common/config.js",
        "js/appendDom/fb.js",
        "js/appendDom/my.js",
        "js/appendDom/product.js",
        "js/appendDom/store.js",
        "js/appendDom/sale.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "source/img/*.gif",
        "source/img/*.png",
        "source/img/*.svg",
        "js/common/jquery.js",
        "js/font.js",
        "js/common/common_func.js",
        "css/ixspy_tools.css",
        "css/ixspy_font.css",
        "js/common/getShopify.js",
        "https://cdn.ixspy.cn/shopify/js/ads.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en"
}