Shopify Website Audit

Shopify Website Audit

#1 Shopify Explorer Tool - "A Marketer's Swiss Army Knife" ⭐⭐⭐⭐⭐ PACKED with a Variety of Features: + Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site + Google Page Speed Scores

Additional files are visible only to premium users

manifest.json


{
  "name": "Shopify Explorer Tool",
  "author": "MTDR",
  "manifest_version": 2,
  "version": "1.0.1",
  "description": "Instantly scan any Shopify store to reveal the store's content, apps, and Google Page Speed scores.",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "host_permissions": [
    "https://api.uncoveryour.com/"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.uncoveryour.com/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{78a134a2-7535-42fc-9245-445e3bfd54ca}"
    }
  }
}