Ecommerce Inspector for Shopify and more

Ecommerce Inspector for Shopify and more

Powerful inspector, inspect products listings other datapoints about Ecommerce stores - Shopify included

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ecommerce Inspector for Shopify and more",
  "version": "2.4",
  "manifest_version": 2,
  "description": "Powerful inspector, inspect products listings other datapoints about Ecommerce stores - Shopify included",
  "background": {
    "scripts": [
      "/lib/axios.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "http://api.pricingtell.io/*",
    "https://api.pricingtell.io/*",
    "downloads"
  ]
}